gwt-dnd icon indicating copy to clipboard operation
gwt-dnd copied to clipboard

Library providing easy to use mouse or touch based drag-and-drop capabilities to GWT

Results 38 gwt-dnd issues
Sort by recently updated
recently updated
newest added

I have and issue with gwt-dnd where drop doesn't seem to work on latest 64-bit Chrome version 62.0.3202.62 (Official Build) (64-bit) for Windows (Windows 10) I'm using an example on...

Hi, I'm trying to use a gwt connected graph, I tried so far 2 gwt projects: 1) gwt-connector (https://code.google.com/archive/p/gwt-connectors/) 2) gwt-links (https://code.google.com/archive/p/gwt-links/wikis/GettingStarted.wiki) both requires gwt-dnd (I have gwt-dnd-3.3.4), but when...

Adding the ability of move and drop methods to account for scrolling.

Adding the ability of the oMove method to account for the level of top and left scrolling.

Unfortunately gwt-dnd seems not to support something like a controller for text areas with draggable elements. What I am looking for is a way to move e.g. a `` to...

``` Hi Allan, I'm getting the following warning, not sure if it's even a bug or not. It happens in Quirks mode at least. I'm using GWT 2.6.1 and gwt-dnd...

auto-migrated

In PickupDragController, lots of code is careful to check whether context.dropController is null or not. On dragStart(), context.dropController can be set, but is sometimes left null. dragMove() should set context.dropController,...

Hi Fred, First of all thanks for providing this great lib. It's very useful to us at [https://www.interviewertoolkit.com]. May I ask if you would you consider pushing a new release...

Hi, I'm using gwt-dnd in my application and I experienced an error in the method onMove implemented in AbstractInsertPanelDropController. My drop controller is constituted by a VerticalPanel and it is...

The Demo application (https://gwt-dnd.appspot.com/) is not working on new Chrome for Android. I tested on a motoX 2nd Generation and Nexus devices, running android 5.1.1. The draggable elements are not...