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
Bug. When menu item is shown via *ngIf and it has child menu this child menu becomes visible only after clicking on parent menu item. If parent menu item is "static" (i.e. is always in template) child menu becomes visible on hover.
What is the expected behavior?
Child menu becomes visible on hovering over parent
What is the current behavior?
Child menu becomes visible on clicking parent menu item
What are the steps to reproduce?
See http://plnkr.co/edit/xsqusDiMhDHCdHrSbMOa?p=preview
"Show menu" button has menu with two items that have child menu. One item ("Always enabled child items") is always enabled, its child menu is shown on mouseover. Another menu item ("Triggered child items") is controlled by "Toggle" button. If it's visible you need to click on it to reveal its child menu
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Bug, feature request, or proposal:
Bug. When menu item is shown via *ngIf and it has child menu this child menu becomes visible only after clicking on parent menu item. If parent menu item is "static" (i.e. is always in template) child menu becomes visible on hover.
What is the expected behavior?
Child menu becomes visible on hovering over parent
What is the current behavior?
Child menu becomes visible on clicking parent menu item
What are the steps to reproduce?
See
http://plnkr.co/edit/xsqusDiMhDHCdHrSbMOa?p=preview
"Show menu" button has menu with two items that have child menu. One item ("Always enabled child items") is always enabled, its child menu is shown on mouseover. Another menu item ("Triggered child items") is controlled by "Toggle" button. If it's visible you need to click on it to reveal its child menu
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Browsers: latest stable Chrome, Firefox, IE11
The text was updated successfully, but these errors were encountered: