-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Closed
Description
Bug, feature request, or proposal:
What is the expected behavior?
What is the current behavior?
When I have icon inside nav list, the click does'nt result in navigation event(route change)
What are the steps to reproduce?
<md-nav-list>
<md-list-item>
<md-icon md-list-icon>notifications</md-icon>
<a md-line [routerLink]=".">Test</a>
</md-list-item>
</md-nav-list>
What is the use-case or motivation for changing an existing behavior?
Confusing to the user
Which versions of Angular, Material, OS, browsers are affected?
Angular 2.4.2/material 2.0.0-beta.2/Windows/electron 1.4.3
Is there anything else we should know?
Tt seems the click is not covering the entire link area as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels