-
-
Space Holder
-
Space Holder
-
Space Holder
This is a working example of what seems to be a fix for dragging from an overflowed container
Drag the image to test that the image does not slide under the container
Scroll the container to test that the draggable does not remain fixed
Here is how it works:
In IE7 and IE6, for draggable elements to scroll successfully in an overflowed container, the container must be styled with position:relative. However, when dragging, the container needs to be styled with position:static. In addition, ghosting must be set to false for IE and true for all others. This test case demonstrates a fix that sets ghosting to false for IE, then onStart the dragContainer position is set to static, and onEnd it is reverted to relative
There are quite a few comments in the HTML
Enjoy!