Skip to content

Editor Menubar Example: Enter not closing menus when performing a command and aria-checked not correctly set on some items #524

Closed
@mcking65

Description

@mcking65

This issue is for two bugs in the editor menubar example:

  1. 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.

  2. 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.

Metadata

Metadata

Assignees

Labels

Example PageRelated to a page containing an example implementation of a patternbugCode defects; not for inaccurate prose

Type

No type

Relationships

None yet

Development

No branches or pull requests

Issue actions