Could you post this to the jQuery UI list? http://groups.google.com/group/jquery-ui
Also, a sample page or pastie ( http://paste.pocoo.org/ or http://jsbin.com/) showing the problem you describe would help. Thanks. - Richard On Sun, Feb 15, 2009 at 7:40 AM, FredJones <fredthejones...@gmail.com>wrote: > > Firstly, the demo here http://docs.jquery.com/UI/Accordion does not > work for me on any browser I test. I think it is broken. > > Secondly, I am using this widget on a <ul> tag where each <li> has > another <ul>. It works well BUT if the bottom one is open and you put > the mouse on that <ul> tag and then slide it up to the <li> so that it > begins to close and then continue sliding up to the next <li> up > before it finishes closing, then the next one doesn't open. > > Seems to me that the 'open' event never happens on the next <li> > because the lower one's 'closing' animation didn't yet finish. > > Is there a fix for this issue? > > Thank you.