-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Bug(menu): Cannot read property 'disabled' of undefined #3317
Copy link
Copy link
Closed
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussionhelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fix
Metadata
Metadata
Assignees
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussionhelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fix
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Should not cause an exception
What is the current behavior?
Causes an exception:
Cannot read property 'disabled' of undefined in the following function:
What are the steps to reproduce?
Providing a Plunker (or similar) is the best way to get the team to see your issue.
Plunker template: http://plnkr.co/edit/o077B6uEiiIgkC0S06dd
https://material.angular.io/components/component/menu
focus on a menu item then use an arrow key
What is the use-case or motivation for changing an existing behavior?
Need to implement keyboard navigation to go through a menu
Which versions of Angular, Material, OS, browsers are affected?
Angular 2.4.5
Material 2.0.0-beta.2
Windows 10
Chrome Version 56.0.2924.87 (64-bit)
Microsoft Edge 38.14393.0.0
Microsoft EdgeHTML 14.14393
Is there anything else we should know?