Open
Description
Problem:
If you use MultiDrag with a grid layout of the items and you select non-consecutive items, but drag from the last item to the beginning of the list, the last item always gets placed a few items away from the other items.
JSBin/JSFiddle demonstrating the problem:
Don't have one yet
Before you create an issue, check it:
- Try master-branch, perhaps the problem has been solved;
- Use the search, maybe we already have an answer;
- If not found, create an example on jsbin.com (draft) and describe the problem.
Bindings:
- Angular
- React
- Polymer: https://github.com/SortableJS/polymer-sortablejs/issues
- Knockout: https://github.com/SortableJS/knockout-sortablejs/issues
- Meteor: https://github.com/SortableJS/meteor-sortablejs/issues
I selected in the following order: 9, 7, 6
then I start my drag from 9 to the beginning of the list with the following result:
but 9 should be directly behind 7. It works perfectly if I drag from item 6 to the beginning though.