vishalok12 / jquery-dragarrange

A Basic jQuery library to arrange/order DOM elements by dragging http://vishalok12.github.io/jquery-dragarrange/
MIT License
40 stars 18 forks source link

Drag and drop in scrollbale div #10

Open Arvn41 opened 7 years ago

Arvn41 commented 7 years ago

Hello,

Thanks for the great plugin, its work in div smoothly, but in my case there is vertical scroll-able div, when I tried to drag last element the mouse pointer and element are so far, is any solution for drag drop in scroll-able div. dragscrolldivissue

velvetshoehorn commented 7 years ago

This was similar to an issue I was having that I tried to address in my fork of dragarrange. Perhaps it would work for you - or perhaps its functionality could be ported back into this original version.

Arvn41 commented 7 years ago

hello jcarlow , For page scroll your given solution is best, but In my case there is no scroll on page, only to elements parent, I have resolve this by modify top of hover element. and its work.

Is there is any way to do the same scroll with drag in parent div not on page scroll