Re: [jquery-dev] Sortable Bug?

2009-12-03 Thread Robert Wunsch
Hello, I am experiencing exactly the same behavior. As shown in the code I tried to get all the " elements" into the array "items" and make it "unique", but not even that worked. (see Source Code). The only solution was the proposed one: $(this).children(":last").remove(); Is there any

[jquery-dev] Sortable Bug?

2008-09-23 Thread JamesN
I'm using draggables and dropping them into a droppable, which is also a sortable (all of which are DIVs). The problem occurs when I sort the elements in the droppable/sortable list; * it creates the position: absolute; helper which floats at my mouse * it creates a visibility: hidden; placeholde