You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a selectmenu widget 1.4.0pre embedded in a jquery UI 1.10.2 dialog. If we close this dialog with escape key when the selectmenu is not collapsed, then the selection list is still displayed, floating on the screen until the user clicks anywhere.
This issue can be reproduced with any browser
Thanks
The text was updated successfully, but these errors were encountered:
Thank you for the fast response Felix. I have just tried this version but it seems there is a dependency on a future method of the menu widget, i got "uncaught Error: no such method 'instance' for menu widget instance". So i couldn't check if it is fixed in this branch.
Never mind, selectmenu 1.4pre works already very well with jQuery UI 1.10.2, except this minor issue with the escape key in a modal dialog. I just wanted to log it to be sure it could be taken in consideration in a next version
Thanks for your feedback! Please checkout this commit, it should work with
1.10.2: jquery@5a9a80f
Sadly I'm not quite sure if I will update this branch if the official
versionis releases. I think this will be maintained as a legacy version
with support for earlier jQuery UI versions.
I will tag this issue and perhaps we'll find a solution. If you are able to
provide a tested patch, I will gladly intergrate it!
Hi,
I use a selectmenu widget 1.4.0pre embedded in a jquery UI 1.10.2 dialog. If we close this dialog with escape key when the selectmenu is not collapsed, then the selection list is still displayed, floating on the screen until the user clicks anywhere.
This issue can be reproduced with any browser
Thanks
The text was updated successfully, but these errors were encountered: