johnny / jquery-sortable

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

Unstable child sorting #247

Closed DxCat closed 6 years ago

DxCat commented 6 years ago

https://jsfiddle.net/2p17v6xs/

I tried using this with bootstrap 4 list group, for the first level, the sorting works well. On the second level however, only the children of the first item can be dragged and sorted properly, while the children of the second and third items cant be sorted.

Am I doing something wrong here?

DxCat commented 6 years ago

After asking around on stackoverflow, the issue lies with the bootstrap list group and not on the plugin.

https://stackoverflow.com/questions/48388027/jquery-sortable-unstable-child-sorting/48389530#48389530