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

dropzone target fails if scrollable #32

Open mohs8421 opened 12 years ago

mohs8421 commented 12 years ago

If the dropzone is within a scrollable container, the scroll-offset is not respected. For example, if you have a list of 5 dropzones within a container that displays the first 3 on one screen. If you now drag something into the 5th. dropzone, it will end in the 3rd dropzone, as the offset value is wrong. This was first recognized in version 1.7.1_beta1, but it has not been fixed until 1.9.0

bsodmike commented 4 years ago

Noticed similar issue if browser zoom is increased to say 125%, then the dropzone target fails (wrong offset).

Kedarnath-Rothe commented 10 months ago

Please assign this issue to me