-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bug with the first row in a menu #14
Comments
Confirming the bug. |
I am confirming the bug. I have seen it as well. From: Joseph Wensley [mailto:[email protected]] There seems to be a bug where the first row won't be activated when opening a menu a second time if it was the row that was open before closing the menu. I tested using the example in the repository and it also contains the bug, so I know it's not my own code causing it. Steps to reproduce using the example.
If you hover over any item other than the first one before closing the menu the bug doesn't occur. — |
You can fix it by return true from exitMenu param |
It returns true by default, isn't it? |
return true; seemed to fix the issue for me. Thanks. |
If you close your menu in any way other than the |
return true; seemed to fix the issue for me too. Thanks. |
Just modify this area of code:
|
There seems to be a bug where the first row won't be activated when opening a menu a second time if it was the row that was open before closing the menu.
I tested using the example in the repository and it also contains the bug, so I know it's not my own code causing it.
Steps to reproduce using the example.
If you hover over any item other than the first one before closing the menu the bug doesn't occur.
The text was updated successfully, but these errors were encountered: