johnny / jquery-sortable

A flexible, opinionated sorting plugin for jQuery
http://johnny.github.io/jquery-sortable/
Other
1.52k stars 441 forks source link

Issue with limited drag/drop #242

Open rajeevramadugu opened 7 years ago

rajeevramadugu commented 7 years ago

In example of "Sort handle and limited drag/drop" (http://johnny.github.io/jquery-sortable/), when I try to drag an item from "I'm only draggable" container to "I'm draggable and droppable", it is immediately dropping to area. Item supposed to get dropped only if you drop in container. It is dropping if you drag handle few pixels.