Skip to content

md-list-icon is not clickable inside md-nav-list #3859

@afriedma

Description

@afriedma

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions