-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Menubar Example: Change Space Bar Behavior (pull #340)
This commit includes changes made by @jongund for issue #324. It includes the following changes. 1. Behavior of space bar: When focus is on menuitemradio or menuitemcheckbox, space will now activate the item without closing the menu. Enter and click still activate and close the menu. 2. Removed the initialization javascript from the html file and put it into a new file -- menubar-2-init.js. 3. Add documentation to the keyboard table in the html file about the optional space bar behavior. These changes were originally part of pull #332, but merging 332 was too complicated due to conflicts with files outside of the menubar pattern. So, @mcking65 copied the menubar pattern changes into a fresh branch made from the latest master and created pull #340. Pull #348 added additional commits before the squash and merge.
- Loading branch information
Showing
9 changed files
with
297 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.