Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sortable scroll issue with connected lists

I have an issue with jQuery UI sortable plugin, for some reason, it fails to scroll correctly when used with connected overflowed, scrollable lists.

Please take a look at this JSBin demo

Now, the issue is when you try to drag list item from List 1 to List 2 (or the opposite) and drag it to the bottom edge (or top, if I am trying to drag it to top), the List 1 will scroll instead of List 2. I tried my luck with scroll, scrollSensitivity, scrollSpeed but had no luck with these options.

I appreciate any help with this problem. Thank you in advance!

like image 840
Vitali Avatar asked Oct 31 '22 22:10

Vitali


1 Answers

Turns out this had already been discussed in this thread jQuery UI multiple sortable columns : issue with scrolling

user1555614 solution solved my problem.

like image 171
Vitali Avatar answered Nov 12 '22 17:11

Vitali