Hi Wayne,

one thing you could do is to modify a little the code to clone the
element being drag and call Element.absolutize('element_id'), so it
stay in the same position within the window, and no more trouble with
scrolling.
Go to see the doc:
    http://api.prototypejs.org/dom/element.html#absolutize-class_method


--
david

On 10 sep, 22:31, Wayne <wchen...@gmail.com> wrote:
> Hi. I am observing a problem where if I drag from a long list
> contained within a div with a fixed height and overflow: scroll; ,
> dragging any element from the scrollable list to a nonscrollable one
> will cause the element being dragged to jump from the mouse by the
> number of pixels scrolled down on the scroll bar.
>
> Doing some research on google yielded the 
> following:http://www.ruby-forum.com/topic/145562#667205http://dev.rubyonrails.org/ticket/7875http://dev.rubyonrails.org/ticket/11342
> and the following example:http://mrigali.googlepages.com/draggage.html
>
> However, none of these had a solution for this problem. I'm wondering
> if there's any temporary workaround for this issue or fixes within the
> scriptaculous or prototype code
>
> Thanks for your time!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to