Skip to content

Commit

Permalink
Grid Examples: Do not focus menu buttons on page load (pull #354)
Browse files Browse the repository at this point in the history
For issue #160, fix issue where menubutton elements in the grids were receiving focus when the page loaded. They should not be focused automatically.
  • Loading branch information
tatermelon authored and mcking65 committed Apr 10, 2017
1 parent dee0daf commit b06858a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/grid/js/menuButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ aria.widget.MenuButton.prototype.initMenuButton = function () {
}
}

this.closeMenu();
this.closeMenu(false, false);

var self = this;

Expand Down

0 comments on commit b06858a

Please sign in to comment.