Skip to content

Commit b06858a

Browse files
tatermelonmcking65
authored andcommitted
Grid Examples: Do not focus menu buttons on page load (pull #354)
For issue #160, fix issue where menubutton elements in the grids were receiving focus when the page loaded. They should not be focused automatically.
1 parent dee0daf commit b06858a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/grid/js/menuButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ aria.widget.MenuButton.prototype.initMenuButton = function () {
393393
}
394394
}
395395

396-
this.closeMenu();
396+
this.closeMenu(false, false);
397397

398398
var self = this;
399399

0 commit comments

Comments
 (0)