views:

184

answers:

1

If I nest ordered lists with the same class and connect them to each other, it's very difficult to move the list items between lists in Firefox, and in IE it's totally whacked. In order to move list items between nested list levels, I need to first drag the item totally outside the parent container.

Here is a demonstration of the problem:

http://dl.dropbox.com/u/396448/JQueryUINestedListSorting.html

A: 

Could you not force the li position to be somewhere in the root UL on click? I assume you've probably solved this by now, if you did can you share your solution

tigermain