ghetto cherry pick of custom dialog fix for chrome redraw issue and height calculation stability

This commit is contained in:
John Bender 2011-08-05 09:32:40 -07:00
parent f6a5608ae2
commit 7e09b9af28

View file

@ -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();
}