madrobby / scriptaculous

script.aculo.us is an open-source JavaScript framework for visual effects and interface behaviours.
http://script.aculo.us/
MIT License
2.32k stars 496 forks source link

Resolves an issue with drop targets being incorrectly offset in a scrolled scroll container #33

Closed Twipped closed 2 years ago

Twipped commented 12 years ago

Fixes issue #32. When dragging draggables within a scroll container, the droppable does not register the scrollLeft or scrollTop of the scrolling container, resulting in a drop offset that is incorrect. This is particularly noticeable in Sortables when trying to drag down or to the right beyond the scroll limits.

There's still some weird stuff going on when dragging beyond the boundaries of the scroll container, the mouse position relative to the draggable gets altered so that the draggable is no longer below the cursor, but at least the item actually drops into the right place now. Hopefully someone more competent than I can figure out that bug.