Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regression: md-close-on-select in md-menu should respect router-link properties #1471

Closed
zevdg opened this issue Feb 2, 2018 · 0 comments · Fixed by #1474
Closed

regression: md-close-on-select in md-menu should respect router-link properties #1471

zevdg opened this issue Feb 2, 2018 · 0 comments · Fixed by #1474
Labels

Comments

@zevdg
Copy link
Contributor

zevdg commented Feb 2, 2018

Steps to reproduce

Make an md-menu that uses the "to" property on it's md-menu-items. note that the menu does not close when an item is selected

Which browser?

chrome on 1.0.0-beta8 (this issue was not present in beta7)

What is expected?

the menu should close when selecting an item

What is actually happening?

the menu does not close. this is easy enough to work around by adding a dummy click handler, but since it worked in the previous version, I'm guessing this was an unintended regression and not working as designed

Reproduction Link

https://codepen.io/zevdg/pen/ddGdLg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants