Thanks for the test case, this is actually already fixed and in the latest nightly: http://code.jquery.com/jquery-nightly.js
--John On Wed, Dec 16, 2009 at 9:54 PM, Devon Govett <[email protected]> wrote: > Hello, > > I have found a bug in the focus() function in jQuery 1.4. The focus() > function simply does nothing in jQuery 1.4a1 when trying to trigger > the event. For example: > > $("input").focus(); > > This does nothing. In jQuery 1.3.2, this would focus the input > field. Here is a test page: http://dl.dropbox.com/u/534786/focustest.html. > Click the button to call focus with jQuery 1.4a1. > > Hope this helps! > Devon > > -- > > You received this message because you are subscribed to the Google Groups > "jQuery Development" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en.
