Editor Menubar Example: Enter not closing menus when performing a command and aria-checked not correctly set on some items #524
Labels
bug
Code defects; not for inaccurate prose
Example Page
Related to a page containing an example implementation of a pattern
Milestone
This issue is for two bugs in the editor menubar example:
When Enter is pressed to activate a menuitem that performs an action, e.g., change font, it should both perform the action and close the menu. In this particular example, the focus should logicaly go to the text area after the action is performed.
When menuitem radios and menuitemcheckbox items are activated, sometimes the aria-checked state is not set to true. And, if a menuitemradio, the previously checked item does not get aria-checked set to false. This was working correctly prior to commit 0de93bd.
The text was updated successfully, but these errors were encountered: