Re: [jquery-dev] Bug with live method and focus/blur event in 1.4rc1

2010-01-12 Thread John Resig
We are no longer recommending that you use focus/blur in live - but focusin and focusout instead. focus and blur aren't actually bubbling events: http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-eventgroupings-htmlevents Forcing them to behave as such ended up causing a lot of other weir

[jquery-dev] Bug with live method and focus/blur event in 1.4rc1

2010-01-12 Thread findlayb
Binding to the focus and blur events using the live methods appears to not be functional in 1.4rc1. Looks like a ticket was opened (http:// dev.jquery.com/ticket/5689) for 1.4a2 but I can confirm this is still an issue with 1.4rc1. Link to test case: http://jquery-test.110mb.com/ -- You received