I think this is a bug, I've tried it with extremely simple examples and get the same result. Here's an example:
<ul> <li>one</li> <li>two</li> </ul> <ul> <li>three</li> <li>four</li> </ul> Ok, so if I create a new Sortables object for both UL lists then I can sort the items fine, including between the two lists. Here's where it breaks. If I use css to float the list items then I can still sort, but not between the two lists (ie. from one list to the other). Is this is a bug? Is there a known workaround? L
