mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu: Do not remove ui-state-focus class on first button focus
This commit is contained in:
parent
228a9b91fb
commit
b6e1c86864
1
ui/jquery.ui.selectmenu.js
vendored
1
ui/jquery.ui.selectmenu.js
vendored
@ -304,6 +304,7 @@ $.widget( "ui.selectmenu", {
|
||||
// init Menu on first focus
|
||||
this.refresh();
|
||||
this._off( this.button, "focus" );
|
||||
event.preventDefault();
|
||||
},
|
||||
click: function( event ) {
|
||||
this._toggle( event );
|
||||
|
Loading…
Reference in New Issue
Block a user