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

Menu disappears when it is closed. #620

Closed
gerbiljames opened this issue Dec 3, 2016 · 5 comments
Closed

Menu disappears when it is closed. #620

gerbiljames opened this issue Dec 3, 2016 · 5 comments
Assignees

Comments

@gerbiljames
Copy link

If you close a menu by tapping on the original menu button then the menu disappears. This only happens on a device, not in the simulator. It doesn't happen if you close the menu by tapping outside of it.

I've tested it on iOS 10.1 only and I'm using Xcode 8.1 and Material 2.3.22.

You can reproduce this in the MenuController sample project.

@daniel-jonathan
Copy link
Member

Thank you, I will take a look today.

@gerbiljames
Copy link
Author

Thanks! I'd have submitted a pull request but I haven't got a clue whats going wrong.

@daniel-jonathan
Copy link
Member

daniel-jonathan commented Dec 3, 2016

No worries :) It was in the Motion library. The CAAnimation that sets the delegate, I believe should be omitted. I will make a push. This would have been a really hard bug to fix if I had not been working in that area already.

@daniel-jonathan
Copy link
Member

daniel-jonathan commented Dec 3, 2016

This was the fix. I will include it in the next release :)

@daniel-jonathan
Copy link
Member

Please update to Material 2.4.0 for a solution to this issue :)

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

No branches or pull requests

2 participants