Peter Robertson a écrit : > If you create the sortable from most to least nested then it works (i.e.
You always need to do that when nesting draggables/sortables; this issue has surfaced several times in this list. This is fairly normal, as to implement d&d we need to convert a page position into an element, so when you have nested draggables (and sortables rely on draggables), you must create them from innermost to outermost: when going through the draggables queue, we'll hit a match on the innermost first if the mouse is indeed over it. -- Christophe Porteneuve a.k.a. TDD "[They] did not know it was impossible, so they did it." --Mark Twain Email: [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
