codef0rmer / angular-dragdrop

Implementing jQueryUI Drag and Drop functionality in AngularJS (with Animation) is easier than ever
http://codef0rmer.github.com/angular-dragdrop/#/
MIT License
1.78k stars 574 forks source link

scrollbar bug in shopping cart demo #341

Open bokes opened 6 years ago

bokes commented 6 years ago

If your scrollbar is at the top, no problem, but when you scroll down and then try to drag an item into the cart, like the iphone, the dragged item is way below the mouse position. The erroneous offset is equal to how far the scrollbar is from it's topmost position. Has anyone fixed this?

shanytc commented 6 years ago

yes i have this as well, seems like the plugin doersn't take into affect the scroll position