Makes sense to me.  Would be good to mention in the api docs for live
the substitute events for non-bubbling dom events;  as of right now
the api docs state "As of jQuery 1.4, the .live() method supports
custom events as well as all JavaScript events."  Thanks again for all
the great work on 1.4!

On Jan 12, 4:01 pm, John Resig <jere...@gmail.com> wrote:
> 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-eventgroup...
>
> Forcing them to behave as such ended up causing a lot of other
> weirdness in applications.
>
> --John
>
> On Tue, Jan 12, 2010 at 2:16 PM, findlayb <findl...@gmail.com> wrote:
> > 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 this message because you are subscribed to the Google Groups 
> > "jQuery Development" group.
> > To post to this group, send email to jquery-...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > jquery-dev+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/jquery-dev?hl=en.
-- 
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en.


Reply via email to