Skip to content

Commit

Permalink
Selectmenu: recheck refresh fallback for IE and add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed May 16, 2013
1 parent 83e795f commit 7e0737e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/jquery.ui.selectmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 7e0737e

Please sign in to comment.