Google Code Exporter
Google Code Exporter
``` Did you 'git push'? ``` Original comment by `[email protected]` on 9 Apr 2013 at 6:27
``` BTW, I created a simple example for drag-n-drop and scaling with html5 directly (in JavaScript), and it does work properly (see attached files, and you can test online: https://googledrive.com/host/0B_LEQb_5Yz6RdVh4ZTVmV3RvaFE/drag-n-drop-with-scale...
``` Oh, and i'm using dnd 3.2.3 with gwt 2.5.1, tested on Chromium (31.0.1650.63, Debian 7.3) ``` Original comment by `[email protected]` on 21 Feb 2014 at 7:46
``` [deleted comment] ```
``` [deleted comment] ```
``` Wrong issue number, I entered our internal bug number instead of yours. The issue here is issue 171. ``` Original comment by `[email protected]` on 27 Jun 2013 at 3:36
``` 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 +=...
``` Patch that makes these changes attached. ``` Original comment by `[email protected]` on 27 Jun 2013 at 3:36 Attachments: - [patch-3.2.3-issue-22372.txt](https://storage.googleapis.com/google-code-attachments/gwt-dnd/issue-171/comment-2/patch-3.2.3-issue-22372.txt)
``` sorry, I just realized that i've messed up with the patch file. Here's the correct one. ``` Original comment by `lelmarir` on 2 May 2013 at 9:15 Attachments: -...
``` I just upgraded gwt-dnd to version 3.1.2 and the problem persists. ``` Original comment by `[email protected]` on 18 Apr 2012 at 1:00