AshesOfOwls / jquery.shapeshift

A dynamic grid system with drag and drop functionality.
http://ashesofowls.github.com/jquery.shapeshift/
MIT License
1.67k stars 311 forks source link

Drag n Drop not working completely when there is scroll on container #73

Open way2nikhil opened 10 years ago

way2nikhil commented 10 years ago

Please refer http://jsfiddle.net/eHfsS/2/

Observe the bottom four div , when they are dragged , these can only be dropped to upper four div places , try anything but they cannot be dropped to bottom four div places

Rephrasing the issue , if there is scroll on container div then the drop area is limited to initial viewable/visible part(upper four divs in this case) of container div for all the children divs. Moreover if the scroll is changed to body level(in this increase container height to some large value say 600px) , the issues is not observed.

justinkneff commented 10 years ago

I have an issue that resembles this as well. I use collapsible divs. The collapsible divs can be opened or closed by hover over. If something is closed when you start the drag event the drop can not occur in the collapsed region even after hover over opens it.