iamapinan / nestedsortables

Automatically exported from code.google.com/p/nestedsortables
GNU General Public License v2.0
0 stars 0 forks source link

helper cuts children's children when dragging #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Give the divs a width of 150 px
2. Now drag some divs to become children and children's children
3. Now drag it's parent. The helper now cuts down the bottom child. The
helper uses the box width of the parent (150 px) while the entire box is
bigger (150 (parent) -> 170 (150 + 20 margin first child) -> 340 (for
children's child) -> etc.

What is the expected output? What do you see instead?
The helper stays 150 px and cuts all outside this width. The helper should
autoscale or something.

What version of the product are you using? On what operating system?
Latest version, windows xp, all browsers

Please provide any additional information below.
The helper should auto scale with the widt of the parent PLUS it's children
to prevent cutting while dragging

Greetz 

Original issue reported on code.google.com by mauriced...@gmail.com on 25 Nov 2007 at 10:13