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 has been archived by the owner on Dec 19, 2024. It is now read-only.
I'm currently trying to use paper-menu-button to create nested dropdown menus, by nesting a paper-menu-button inside of the parent menu's paper-item element. Example menu: http://i.imgur.com/vDvDVTG.png
I can't use paper-submenu because I'd like to mimic the behavior of system menus (File, Edit, etc).
This somewhat works, but has many a11y issues (pressing enter key to select the submenu's trigger doesn't open the submenu, voiceover doesn't properly express that the submenu's trigger is a dropdown element, pressing esc to leave the submenu has inconsistent behavior) and I've had to make several hacky workarounds.
It would be great to have an official implementation of nested dropdown menus, with better a11y support, and a demo for nested dropdown menus on the Polymer website.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm currently trying to use paper-menu-button to create nested dropdown menus, by nesting a paper-menu-button inside of the parent menu's paper-item element. Example menu: http://i.imgur.com/vDvDVTG.png
I can't use paper-submenu because I'd like to mimic the behavior of system menus (File, Edit, etc).
This somewhat works, but has many a11y issues (pressing enter key to select the submenu's trigger doesn't open the submenu, voiceover doesn't properly express that the submenu's trigger is a dropdown element, pressing esc to leave the submenu has inconsistent behavior) and I've had to make several hacky workarounds.
It would be great to have an official implementation of nested dropdown menus, with better a11y support, and a demo for nested dropdown menus on the Polymer website.
The text was updated successfully, but these errors were encountered: