We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6150aba commit 00306d6Copy full SHA for 00306d6
ui/jquery.ui.menu.js
@@ -87,8 +87,7 @@ $.widget( "ui.menu", {
87
}
88
89
},
90
- "mouseover .ui-menu-item": function( event ) {
91
- event.stopImmediatePropagation();
+ "mouseenter .ui-menu-item": function( event ) {
92
var target = $( event.currentTarget );
93
// Remove ui-state-active class from siblings of the newly focused menu item
94
// to avoid a jump caused by adjacent elements both having a class with a border
0 commit comments