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.
When you press on a menu item, the popup doesn't have focus and doesn't give the first item focus. In fact, it locks out the whole page and no mouse/touch inputs are accepted (you can still press Tab with a keyboard). You have to refresh to get touch inputs to work.
What is interesting is using keyboard navigation on Android works fine. I tested with my bluetooth keyboard. Tabbing to the menu and pressing spacebar triggers the menu and you can use up and down to navigate and enter to select.
This is probably related to the touch/mouse event. I don't have a bluetooth mouse to test with Android, but touch doesn't work.
The text was updated successfully, but these errors were encountered:
When you press on a menu item, the popup doesn't have focus and doesn't give the first item focus. In fact, it locks out the whole page and no mouse/touch inputs are accepted (you can still press Tab with a keyboard). You have to refresh to get touch inputs to work.
https://material.angularjs.org/0.10.1-rc3/#/demo/material.components.menu
It works fine on v0.10.0
What is interesting is using keyboard navigation on Android works fine. I tested with my bluetooth keyboard. Tabbing to the menu and pressing spacebar triggers the menu and you can use up and down to navigate and enter to select.
This is probably related to the touch/mouse event. I don't have a bluetooth mouse to test with Android, but touch doesn't work.
The text was updated successfully, but these errors were encountered: