Changes between Version 1 and Version 2 of Ticket #13483, comment 7
- Timestamp:
- Mar 12, 2013, 10:59:53 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13483, comment 7
v1 v2 3 3 4 4 Also, the reason the submenus are jumping is due to this fix http://bugs.jquery.com/ticket/12846. 5 When you stop the animation, the overflow attribute will be set to normal, causing the submenu to appear over other itens .5 When you stop the animation, the overflow attribute will be set to normal, causing the submenu to appear over other itens, it should stay as overflow hidden. 6 6 I guess this makes another issue to fix.