You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
If you pressing "ecs" while being in a nested menu, focus is lost. This is bad for accessibility users, which rely on focus heavily to navigate. Instead focus should be returned on previous menu item or on the menu button.
Using the keyboard, navigate to File > New > Presentation
Press "ecs".
Focus is lost.
What is the expected behavior?
WAI-ARIA menu practices for accessibility states that on
Escape: Close the menu that contains focus and return focus to the element or context, e.g., menu button or parent menuitem, from which the menu was opened.
What is the current behavior?
Focus is lost.
What is the use-case or motivation for changing an existing behavior?
Accessibility users (screen reader users, keyboard users, switch users) use focus heavily to navigate. Then focus is suddenly lost it's a frustrating experience.
Which versions of AngularJS, Material, OS, and browsers are affected?