I have not had a problem if I call the .focus() after the dialog
call. Like this:
$("#aDiv").dialog( /* options */);
$("#anInputInTheDiv").focus();
Hth,
Dave
On Mar 30, 2:03 pm, dth <[email protected]> wrote:
> Hi,
>
> I have a form in a div that I have made into a jquery-ui dialog (with
> effects). I'm trying to focus a field in this form with an option like
> this:
>
> show: 'drop',
> hide: 'drop',
> title: 'Log på',
> open: function(event, ui) {
> // todo focus in username field
> $('#usernameField').focus();
> },
>
> I see the cursor placed in the field briefly but then focus is lost
> again. If I disable the drop effect on "show" focus works fine. Any
> ideas on how to place focus in a field *after* the effect has
> completed?
>
> Thanks,
>
> -dennis
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---