I've created a ticket for this issue: http://dev.jqueryui.com/ticket/4786 And implemented a workaround in the demo: http://jquery-ui.googlecode.com/svn/trunk/demos/accordion/sortable.html
This isn't good enough, but should help you for now. Jörn On Tue, Aug 18, 2009 at 8:37 PM, ezulich<[email protected]> wrote: > > Yes, it is. > > Edin > > On Aug 18, 11:16 am, Jörn Zaefferer <[email protected]> > wrote: >> Is the behaviour here the same as the one you >> have?http://jquery-ui.googlecode.com/svn/trunk/demos/accordion/sortable.html >> >> Jörn >> >> On Sat, Aug 15, 2009 at 10:58 PM, ezulich<[email protected]> wrote: >> >> > I have a sortable and accordion defined on the same element, and I'm >> > having a hard time stopping event propagation after the sortable >> > handlers fire, in order to prevent the accordion from opening an item >> > after it has been sorted. In other words, after the sortable's >> > handlers are invoked, the accordion should not be invoked. I am trying >> > to accomplish this by calling Event.stopImmediatePropagation() at the >> > end of my sortable's event handlers (including 'stop' event handler), >> > but the accordion still opens the item anyway... How can I prevent the >> > accordion from opening an item after it has been handled by the >> > sortable? >> >> > Thanks! >> > Edin > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
