i want to create a draggable element inside a scrollable block. this works fine i got something like:
<div style="height: 20px; overflow:scroll">
<div id="drag_item_1">drag me</div>
<div id="drag_item_1">drag me</div>
...
</div>
i have the draggable as ghost, otherwise i wouldnt be able to move the draggable out of my scrollable block, but this is fine ..
now here's the problem, if i scroll down the scrolleable element to acces, e.g. element 20, the 20th element will be shown on another position than the mouse cursor whenever i start dragging.
i guess this is because you create the ghost where the draggble is located, assuming i did not scroll within my scrollable block.
i got an example up and running and would like to show you the effect. just drop me an email so i can explain what to do to see the effect..
we might even talk in deutsch, wenns es nichts ausmacht :-)
i'm running a very recent version of rails..
btw.. great library! really enjoying building applications based on your libs.. and rails :)