mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu: recheck refresh fallback for IE and add a comment
This commit is contained in:
parent
83e795fbc9
commit
7e0737edc0
1
ui/jquery.ui.selectmenu.js
vendored
1
ui/jquery.ui.selectmenu.js
vendored
@ -186,6 +186,7 @@ $.widget( "ui.selectmenu", {
|
||||
if ( this.options.disabled ) {
|
||||
return;
|
||||
}
|
||||
// Support: IE6-IE9 click doesn't trigger focus on the button
|
||||
if ( !this.menuItems ) {
|
||||
this.refresh();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user