to recreate:
1. create a nested reorderable list where the nested ul is not the direct
child
of its parent li
(this is true of divs where this is actually relevant but i think using li ul
makes
it easier to explain)
2. try moving an item to the top of the nested list
you would expect the item to be moved to the top of the ul
but infact a new ul that is the direct child of the li is created
i've attached a patch to fix this
Original issue reported on code.google.com by msaspe...@gmail.com on 8 Mar 2010 at 11:59
Original issue reported on code.google.com by
msaspe...@gmail.com
on 8 Mar 2010 at 11:59Attachments: