mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-24 16:14:44 +00:00
Fix issue of the select menu not closing on Chrome when we click out out of the menu or on the selected option
This commit is contained in:
parent
1e01306559
commit
f097630a71
1 changed files with 1 additions and 0 deletions
|
|
@ -585,6 +585,7 @@ $.widget( "mobile.selectmenu", $.mobile.widget, {
|
|||
else{
|
||||
self.screen.addClass( "ui-screen-hidden" );
|
||||
self.listbox.addClass( "ui-selectmenu-hidden" ).removeAttr( "style" ).removeClass( "in" );
|
||||
self.list.appendTo( self.listbox );
|
||||
self._focusButton();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue