rniemeyer / knockout-sortable

A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality
MIT License
548 stars 128 forks source link

Draggable Droppable Issue #189

Open th29805 opened 6 years ago

th29805 commented 6 years ago

When attempting to drag a draggable item across a sortable list to a droppable element, the item being dropped gets lost. How can I maintain the item being dragged when it crosses over a sortable list?

Please review the issue at fiddle

Dragging the new task element down and to the right onto the drop here element works fine. image

Dragging the new task element up over the sortable list and to the drop here element returns en invalid drop element. image