You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As can be observed from the screenshot below, while the submenu is still being displayed, the menu item turtle 32 becomes unhighlighted. I suspect this is because an contextmenu:blur event was triggered on turtle 32 when the mouse moved outside. This is not the normal behaviour for context menus and thus should be fixed.
Steps to reproduce this behaviour:
Create and trigger a context menu with a submenu.
Expand the submenu by hovering the mouse over the menu item with which the submenu is associated.
Move the mouse out of the menu without moving into the submenu or any other menu items.
The text was updated successfully, but these errors were encountered:
I see what you mean. if the menu is a submenu it shouldn't unhighlight until submenu is closed. Thanks for the report. Can you tell me what version you use?
As can be observed from the screenshot below, while the submenu is still being displayed, the menu item turtle 32 becomes unhighlighted. I suspect this is because an
contextmenu:blur
event was triggered on turtle 32 when the mouse moved outside. This is not the normal behaviour for context menus and thus should be fixed.Steps to reproduce this behaviour:
The text was updated successfully, but these errors were encountered: