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 Sep 5, 2024. It is now read-only.
I don't know if it's the desired behavior but my md-menu only close when selecting an item or pressing Esc key. It would be great to be able to close it when clicking outside.
I think there is a bug (FF, Chrome) because if you click outside the menu then you're stuck and it won't listen to Esc events anymore.
You can reproduce with the online demo.
The text was updated successfully, but these errors were encountered:
I don't see this in Chrome 43.0.2357.130. What is your Chrome version?
Edit: Interesting, md-scroll-mask is z-index: -1 in Chrome 43.0.2357.130 and z-index: 98 in FF. md-backdrop, which should handle the menu close, is below this at z-index: 50.
I don't know if it's the desired behavior but my md-menu only close when selecting an item or pressing Esc key. It would be great to be able to close it when clicking outside.
I think there is a bug (FF, Chrome) because if you click outside the menu then you're stuck and it won't listen to Esc events anymore.
You can reproduce with the online demo.
The text was updated successfully, but these errors were encountered: