-
Notifications
You must be signed in to change notification settings - Fork 2.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
Nested submenu loses click event sometimes #2796
Comments
I tried |
@mizchi i don't have enough information to offer more guidance. your code looks fine and this works happily on the docs site. |
I have the same issue on Firefox 61.0.2 on MacOS 10.13.6 with blueprintjs 3.1.0 and react 16.4.2. |
Update: I was able to resolve above issue based off of suggestion in this other issue: #3010 (comment) |
closing in favor of #3010 |
Environment
Package version(s): "@blueprintjs/core": "3.2.0",
Browser and OS versions: Google Chrome 68 / Mac
Steps to reproduce
My code
Actual behavior
Emit onClick and close submenu.
Expected behavior
Sometimes it does not emit onClick and can not close menu popup.
Possible solution
I doubt lazy behavior to initialize handler, but submenu(MenuItem) does not have lazy prop. I can not find what happen yet.
The text was updated successfully, but these errors were encountered: