codenothing / single-ddm

jQuery Single Drop Down Menu
http://www.codenothing.com/archives/jquery/single-drop-down-menu/
MIT License
1 stars 0 forks source link

Version 1.3 child items retract when hovering #1

Open amereservant opened 14 years ago

amereservant commented 14 years ago

Version 1.3 fixed the "slinky" glitch I was getting where the drop-down would bounce up and down a few times, but now the drop-down menu retracts automatically when hovering over the child items.

I spent quite a while double/triple checking my CSS rules and making sure I didn't miss something, then I went back and checked the demos in the download and they do it too.

I've checked it with both Ubuntu Firefox 3.6.6 and Windows IE8 and the exact same thing. Whenever moving the mouse from the parent item to the child item, the menu always retracts.

Whatever changes were made in commit 87241f098368bcb0ba0a on 4/01/2010 is where this issue began. I downloaded the script from the commit on 3/23/2010 and it works fine regarding the drop-down retraction issue.

codenothing commented 14 years ago

Yup, working on a patch now.