Selectmenu: recheck refresh fallback for IE and add a comment

This commit is contained in:
Felix Nagel 2013-05-16 22:54:29 +02:00
parent 83e795fbc9
commit 7e0737edc0

View File

@ -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();
}