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 2801705 commit fbe982bCopy full SHA for fbe982b
tests/visual/menu/popup.js
@@ -120,6 +120,10 @@ $.widget( "ui.popup", {
120
.position( position )
121
.focus();
122
123
+ if (this.element.is(":ui-menu")) {
124
+ this.element.menu("focus", event, this.element.children( "li" ).first() );
125
+ }
126
+
127
// take trigger out of tab order to allow shift-tab to skip trigger
128
this.options.trigger.attr("tabindex", -1);
129
0 commit comments