diff options
author | Felix Nagel <info@felixnagel.com> | 2013-05-16 22:54:29 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2013-05-16 22:54:29 +0200 |
commit | 7e0737edc03d36b07c45981e0a6b58f8aab3824e (patch) | |
tree | 2d0543b35acf2b7d2d7f96ae18024bdb27967f21 /ui/jquery.ui.selectmenu.js | |
parent | 83e795fbc9b6014ecaad5e97f647f13e1d7206ca (diff) | |
download | jquery-ui-7e0737edc03d36b07c45981e0a6b58f8aab3824e.tar.gz jquery-ui-7e0737edc03d36b07c45981e0a6b58f8aab3824e.zip |
Selectmenu: recheck refresh fallback for IE and add a comment
Diffstat (limited to 'ui/jquery.ui.selectmenu.js')
-rw-r--r-- | ui/jquery.ui.selectmenu.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index 76224fd7b..701991e3b 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -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(); } |