Ignores mouse while displaying sliding animation
December 8, 2007 - 6:54am — tucker913
| Project: | Accordion |
| Version: | 1.5.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Jörn Zaefferer |
| Status: | active |
Jump to:
Description
During the accordian menu's sliding animation, which reveals a submenu, if you move the mouse over another main menu item and leave it there, that submenu is not revealed. The script should check at the finish of the sliding animation to see if any other menu options are in focus.

Comments
#1
This was a design descision due to unstoppable-animations. jQuery 1.2 fixed that, so I guess its time to fix this, too. I'll look into it.