jQuery Draggable and overflow issue

Posted by Phill Duffy on Stack Overflow See other posts from Stack Overflow or by Phill Duffy
Published on 2009-05-01T11:24:48Z Indexed on 2010/12/29 0:54 UTC
Read the original article Hit count: 266

Filed under:
|

I am having an undesired effect when I drag a div from a container div which is set as overflow: scroll.

I have found an example of someone else where they have had the issue but I have been unable to find a resolution

Example on Paste bin

What happens is that the scroll is just increased, I can see why this would be the desired behaviour if you wanted to drag to a destination within the scrollable div but I want to be able to take it outside of its scrolling grasp.

Thanks, Phill

© Stack Overflow or respective owner

Related posts about jquery-ui

Related posts about drag-and-drop