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
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