User:VladVukicevic
From MozillaWiki
Hacker-at-large, working on, but not limited to:
- gfx
- canvas
- bookmarks
- mozStorage
- cairo
- lightning
- breaking xul
Todo:
- document mozStorage
- Canvas:3D
Misc Notes:
- There's something strange with <xul:textbox> and focus/blur from within XBL. Calling focus on the textbox causes a quick focus/blur to take place, as the focus is passed to the inner html:input element. No blur event is seen by the textbox when the inner loses focus. However, when trying to same thing in a simple xul setting, you get a blur event on the textbox. Basically, <textbox onfocus=""> is not the same as textbox.onfocus = "" is not the same as textbox.addEventHandler("focus", ...) is not the same as textbox.setAttribute("onfocus", ...).
User:VladVukicevic/Mac Text Notes
User:VladVukicevic/Mercurial Testing
