Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
I already have the same problem.
In my case it occurs if you use
a PickupDragController
some lines:
pickupDragController = new PickupDragController(boundaryPanel, true);
pickupDragController.setBehaviorConstrainedToBoundaryPanel(false);
pickupDragController.setBehaviorMultipleSelection(false);
together with AbsolutePositionDropController
some lines:
for (all lines) {
for (all rows) {
dropControllers[line][row] = new
AbsolutePositionDropController(squares[line][row]);
dragController.registerDropController(dropControllers[line][row]);
}
}
The problem also occurs in Google Chrome and others.
Original comment by luno1...@gmail.com
on 5 Jan 2010 at 9:34
This bug appears fixed in gwt-dnd 3.0 + GWT 2.0.3.
Original comment by mbis...@gmail.com
on 15 Mar 2010 at 6:53
Can you verify with the latest gwt-dnd?
Also, can you provide a complete code sample to reproduce the issue?
Original comment by fredsa@google.com
on 10 Jul 2010 at 6:43
I have verified that this is fixed with gwt-dnd 3.0.1.
Original comment by mbis...@gmail.com
on 14 Jul 2010 at 11:54
I believe that the mouseup event is being captured by the window opened at
right-click
not allowing the browser to see that you have released the button until you
click again
Original comment by keggy9...@gmail.com
on 30 Jul 2010 at 7:47
Assuming fixed in 3.0.1
Thanks mbishop!
Original comment by fredsa
on 31 Jan 2012 at 6:02
Original issue reported on code.google.com by
mbis...@gmail.com
on 19 Nov 2009 at 9:42