It turns out, not all events propagate, which when you think about it makes sense. I'm using YUI for this particular project so need the focus event module, if your hand rolling you'll need use the IE focusin/focusout events, and for everything else register your event listeners in the capturing phase, check it out on quirksmode.org.
- http://www.quirksmode.org/blog/archives/2008/04/delegating_the.html
- http://yuilibrary.com/yui/docs/event/focus.html
No comments:
Post a Comment