Hello,

If I create nested sortables, only the last sortable created (the one 
most nested) seems to survive. I noticed the issue on upgrading one site 
to scriptaculous 1.6.X - (and the latest beta)

----Detail Example----
I have an html <ul id="list1"> on which I create a sortable with 
Sortable.create('list1').
Lets say that one of elements <li id="someImages"> inside list1 includes 
three images that I was to make sortable using 
Sortable.create('someImages',{tag:'img'}).

In this scenario, only the images will be sortable. If I comment out the 
sortable.create on the images then the sortable list elements work fine.

---One Solution---
If you create the sortable from most to least nested then it works (i.e. 
create the images sortable on 'someImages' before that on  'list1'. But 
in some situations this is a real pain to have to do.

Can anyone shed light on possible solutions?

Thanks,

pete.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to