Sortable
Sortable copied to clipboard
Changing widths of drag class on Chrome
Problem:
In Chrome if the drag class makes the width smaller the original drag item, the drag stops and the dragging element is left on the list.
Setting forceFallback to true fixes the issue, however the width of the dragging element doesn't change like I would like it to.
JSBin/JSFiddle demonstrating the problem:
~https://jsbin.com/qabaked/1/edit?html,css,js,output~ https://jsbin.com/qabaked/5/edit?html,css,js,output
Could you send in a GIF with what it looks like for you? I used firefox and chrome without seeing the issue.
I also encountered this problem. After changing the width of the class, the dragging of other classes will be invalid. Only after dragging the width of the changed class again, other classes can resume dragging. After setting "forceFallback", the expected effect cannot be achieved
There was an error with my example. I fixed it here: https://jsbin.com/qabaked/5/edit?html,css,js,output