dimensions? draggable positioning is not proper with some css-layouts
hi,
using draggables and droppables i build sortable containers. It works
fine: http://www.wendenburg.de/sixt/test8.html
Unfortunally I found out, that the absolute positioning of the
draggable is not correct with some css-based layouts. E.g. i am
working with pseudo-columns. The column-background is done by a
border, the column-content moves over the border by a minus-margin.
This causes that the draggable element jumps aside instead of moving
with the mouse. However. dropping still works. Find the working
example here: http://www.wendenburg.de/sixt/test9.html
Clicking the handle causes a jump of the draggable element depending
on the left border (column) size.
Is there any way to pass a value to correct this? Do you think this is
a bug to report?
regards, Jo