mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-05-13 03:01:39 -04:00
Selectmenu: removed ugly workaround for IE9 to make sure the menu is built on first focus
This commit is contained in:
5
ui/jquery.ui.selectmenu.js
vendored
5
ui/jquery.ui.selectmenu.js
vendored
@@ -194,11 +194,6 @@ $.widget( "ui.selectmenu", {
|
||||
of: this.button
|
||||
};
|
||||
|
||||
// make sure menu is refreshed on first init (needed at least for IE9)
|
||||
if ( this.isOpen === undefined ) {
|
||||
this.button.trigger( "focus" );
|
||||
}
|
||||
|
||||
this.isOpen = true;
|
||||
this._toggleAttr();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user