-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[MdMenu] does not close in chrome/iOS #1503
Comments
Can you reproduce it on https://www.browserstack.com ? |
I think this issue is unresolved: |
@Samuell1 could you please re-open the issue? It's reproducable on the url @wozturk mentioned on browserstack as well #os=iOS&os_version=9.0&device=iPhone+6S&device_browser=safari) |
Maybe its solved here: #1588 |
…ents on 'non-clickable' elements
…ents on 'non-clickable' elements
@Samuell1 the branch fix/mdmenu/md-close-on-click does not fix this issue. It still doesn't close when clicking outside the menu. I found an explanation on stackoverflow: https://stackoverflow.com/a/17490775/336130 and created a pull request with a fix for this. Another (cleaner) solution would be to set the pointer as a cursor on the body element in base.scss, but this would not fix it for all click events that will be registered in the future (it would fix this menu issue though, since that one subscribes to the body element click event) |
I used MdMenu in a website, it works with desktop chrome, but when I open it in a ios version of chrome, the menu does not close when I click outside or clicked one item. The same happened with Safari/iOS version. I can't reproduce it with the mobile emulator in chrome dev tools. Not sure what happened.
The text was updated successfully, but these errors were encountered: