Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Ignores mouse while displaying sliding animation


Project:Accordion
Version:1.5.0
Component:Code
Category:bug report
Priority:normal
Assigned:Jörn Zaefferer
Status:active
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.