Open GoogleCodeExporter opened 9 years ago
Additional comment: It appears that removing the following code (lines 404-405
of MouseDragHandler) fixes the issue. Unclear what other side effects may be,
however.
x += location.getLeft();
y += location.getTop();
Original comment by gmcdor...@skura.com
on 14 May 2013 at 9:05
Patch that makes these changes attached.
Original comment by grmcdor...@gmail.com
on 27 Jun 2013 at 3:36
Attachments:
Original issue reported on code.google.com by
gmcdor...@skura.com
on 14 May 2013 at 8:04