Scott,

Thanks for the post.  Between your idea, and little bit more "focus"
on what was really bothering me, I think I've actually gotten things
improved dramatically.

I followed your suggestion and turned the "alwaysOpen" option to
"true".  This solved the problem of an open "parent" item re-closing
itself if you moused away and then back over it.

But... I realized that another issue that was bothering me was that I
had the trigger class applied to ALL navigation items, not just the
ones that needed to expand.  So, in some situations, as the accordion
was closing one item and opening another, your mouse was passing over
single-element nav items and causing the item you had intended to
expand to then close.  Removing the class from all single-level items
solved that.

Thanks, again, for your help.  You set me on the right path!

On Sep 5, 5:40 am, Scott González <[EMAIL PROTECTED]> wrote:
> You're setting alwaysOpen to false and event to mouseover, so this is
> proper behavior.  You can set alwaysOpen to true and set the default
> active panel to one that doesn't have children (like Contact Us).

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to