Closed GoogleCodeExporter closed 9 years ago
Failed to include some info:
When dragStartSensitivity is > 0 the draggable droptargets in the demo fuse
together
(e.g. become a single draggable), making it impossible to drag a widget out of
the
parent.
Original comment by hannson@gmail.com
on 17 Apr 2009 at 5:16
One other thing. This has obviously something to do with inconsistencies between
onMouseDown() and onMouseMove() in MouseDragHandler.java where different
methods are
used to prepare for dragging.
Original comment by hannson@gmail.com
on 17 Apr 2009 at 5:30
Thanks for reporting this issue.
It turns out that the the MouseDragHandler was receiving multiple onMouseDown
events, one for each draggable
underneath the mouse cursor. The top widget would get marked first, but then
the widgets underneath it would
get marked instead. Ultimately the lowest widget would get selected and became
draggable, dragging all the
other widgets underneath it.
Fixed at trunk r887
Original comment by fredsa
on 2 May 2009 at 6:23
Original issue reported on code.google.com by
hannson@gmail.com
on 17 Apr 2009 at 5:14