I am using jQuery UI Menu plugin in my app. I got one issue.
In sub-menu (2nd level) If I hover mouse repetitively on single Sub menu item then sometime Hover action not happened.
ITEM 1
ITEM 2
ITEM 3 -> ITEM 3-1
ITEM 3-2
ITEM 4
ITEM 5
Explaining the scenario here :
I copied demo example from here http://api.jqueryui.com/menu/#entry-examples and added one more sub menu level under Item 3-2 . Now hover the mouse on Item 3-2 next level come up but If I do hover repetitively then at certain point on hover the next level not came up.
To reproduce this issue follow this steps
- Mouse over on Item 3 – this displays Menu
- Mouse over on Item 3-2 – Sub menu appears
- Mouse out from the sub menu – But, don’t click outside of the menu, so that Item 3 menu still open.
- Now Mouse over on Item 3-2 (select the same item selected in step – 2 , Do repetitively on this menu item and check) – Sub menu is not coming.