A week ago I posted the following problem I was having with a sortable list item being moved to a droppable trash bin. http://groups.google.com/group/jquery-ui/browse_thread/thread/778088fbbda7ff25/f9e920a91c1eccdb?lnk=gst&q=spiderling#f9e920a91c1eccdb After many hours of searching and testing, I thankfully came across a site with the same set up and began comparing and testing. It turns out that mine wasn't working because I was using jQuery 1.3.x and UI 1.6rc6. When I used the same versions as the sample I came across it worked. The working combination is jQuery 1.2.6 and UI 1.5.3. Shall I report this as a bug?