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
Menu should close if clicking outside the menu independent of the component clicked on.
What is the current behavior?
It stays oppened.
The only way to close it is to:
click on a menu button
click on a place on the page without components
click on the small place on the menu between menu-button and the corner.
What are the steps to reproduce?
I was not able to create a plunker example.
What is the use-case or motivation for changing an existing behavior?
Google Material specification for Dismissing menus:
"Dismiss a menu by tapping outside of the menu, or by tapping the emitting button (if visible).
Selecting a menu item should also dismiss the menu. An exception is when a menu allows for multiple items to be chosen, for example, by using checkmarks."
--> "Dismiss a menu by tapping outside of the menu" doesn't work.
Which versions of Angular, Material, OS, browsers are affected?
Angular v2.0.0, Material 2.0.0-alpha.8-2,
Tested on Windows with latest Chrome and Firefox
Uh oh!
There was an error while loading. Please reload this page.
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Menu should close if clicking outside the menu independent of the component clicked on.
What is the current behavior?
It stays oppened.
The only way to close it is to:
What are the steps to reproduce?
I was not able to create a plunker example.
What is the use-case or motivation for changing an existing behavior?
Google Material specification for Dismissing menus:
"Dismiss a menu by tapping outside of the menu, or by tapping the emitting button (if visible).
Selecting a menu item should also dismiss the menu. An exception is when a menu allows for multiple items to be chosen, for example, by using checkmarks."
--> "Dismiss a menu by tapping outside of the menu" doesn't work.
Which versions of Angular, Material, OS, browsers are affected?
Angular v2.0.0, Material 2.0.0-alpha.8-2,
Tested on Windows with latest Chrome and Firefox
Is there anything else we should know?
Maybe related to #1360
The text was updated successfully, but these errors were encountered: