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.
In openMenuTimeout timer callback, if nestedMenu is null, calling nestedMenu.open in if (self.currentlyOpenMenu && self.currentlyOpenMenu != nestedMenu) causes an TypeError:
angular.min.js:107 TypeError: Cannot read property 'open' of null
at angular-material.min.js:13
at angular.min.js:146
at e (angular.min.js:43)
at angular.min.js:46
What is the expected behavior?
No TypeError
CodePen or Steps to reproduce the issue: *
CodePen Demo which shows your issue :
Details:
In a menubar, hover to a nested menu item to open the submenu
Move mouse over to another root menu item.
Angular Versions: *
Angular Version: 1.5.5
Angular Material Version: 1.0.8
Additional Information:
Browser Type: Chrome
Browser Version: *
OS: Mac OS X
Stack Traces:
Shortcut to create a new CodePen Demo.
Note: * indicates required information. Without this information, your issue may be auto-closed.
Do not modify the titles or questions. Simply add your responses to the ends of the questions.
Add more lines if needed.