mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-23 13:45:49 +00:00
ghetto cherry pick of custom dialog fix for chrome redraw issue and height calculation stability
This commit is contained in:
parent
f6a5608ae2
commit
7e09b9af28
1 changed files with 1 additions and 0 deletions
|
|
@ -642,6 +642,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