The autocomplete is called in a separate .js file that is in the <head> prior to the focusing snippet. However, the focus must be getting processed before the autocomplete because if I .blur() and .focus() after binding the autocomplete everything works fine.
I'm assuming that you think I should perform the .focus() AFTER the autocomplete is set. On Sep 20, 8:42 am, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > Did you initialize the autocomplet before setting focus to the field? > > Jörn > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" 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-ui?hl=en -~----------~----~----~----~------~----~------~--~---
