perfect-scrollbar icon indicating copy to clipboard operation
perfect-scrollbar copied to clipboard

Perfect Scrollbar with jQuery Sortable

Open rmemon opened this issue 7 years ago • 3 comments

Integrating perfect scrollbar with jQuery sortable.

The sortable list is that has perfect scrollbars applied, and everything works as I'd expect, but dragging an item does not make the scrollbar scroll.

how to enable scrolling while dragging the sortable.

Please look into below jsfiddle,

jQuery sortable without perfect scrollbar: https://jsfiddle.net/rahilmemon/dsh1x34v/3/

jQuery sortable Integrating perfect scrollbar: https://jsfiddle.net/rahilmemon/dsh1x34v/4/

Thanks in advance..

rmemon avatar Jan 19 '18 08:01 rmemon

I justed stumbled on this same problem. I depend on jQuery UI Draggable which Sortable depends on. Did anyone look into this yet?

geiregjo avatar Aug 31 '18 13:08 geiregjo

Did anyone found the solution?

ManzerHa-Kore avatar Jan 28 '20 14:01 ManzerHa-Kore

in sortable options add this: items: "div:not(.ps-scrollbar-x-rail)" for horizontal or items: "div:not(.ps-scrollbar-y-rail)" for vertical scrollbar

fzunic7 avatar Dec 17 '20 08:12 fzunic7