From: Felix Nagel Date: Thu, 16 May 2013 20:54:29 +0000 (+0200) Subject: Selectmenu: recheck refresh fallback for IE and add a comment X-Git-Tag: 1.11.0-beta.1~160^2~63 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7e0737edc03d36b07c45981e0a6b58f8aab3824e;p=jquery-ui.git Selectmenu: recheck refresh fallback for IE and add a comment --- 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(); }