Sortables no longer working with droppables in jQ UI 1.7?

Sortables no longer working with droppables in jQ UI 1.7?


I've got a trashcan droppable where dropping a sortable on it would
append it to the trashcan's items but for some reason this no longer
works with 1.3.2 and jQuery UI 1.7. The object seems to be passed
correctly to my trashcan.trash(trashableobject) function but it cannot
be appended to the trashcan items, instead the sortable reverts back
to its original location.
If I make the sortable into a draggable instead it works but since I
need it to be sortable. Any reason why this no longer works? It was
just fine in 1.2.6 + UI 1.5.3