Google Code Exporter
Google Code Exporter
``` Does the issue occur in "quirks mode", "standards mode" or both? If you don't know, does your HTML page contains a DOCTYPE declaration? What version of GWT are you...
``` Right now it is not possible to show a move cursor while dragging, since the capturingWidget is taking the focus. By adding a class name to the capturingWidget, then...
``` Does the issue occur in "quirks mode", "standards mode" or both? If you don't know, does your HTML page contains a DOCTYPE declaration? Standards mode. What version of GWT...
``` RootPanel rootPanel = RootPanel.get(); rootPanel.add(new HTML("DragDropTest is in " + getCompatMode() + " mode.")); rootPanel.getElement().getStyle().setHeight(150, Unit.PX); FocusPanel panel = new FocusPanel(); panel.getElement().getStyle().setBackgroundColor("red"); panel.setPixelSize(100, 100); rootPanel.add(panel, 50, 350); PickupDragController dragController...
``` When a PickupDragController() is created with setBehaviorMultipleSelection(true) and multiple widgets are selected+dragged, only for one widget a onDragEnd(DragEvent) generated for the dragHandlers of the DragController. I would expect DragHandler...
``` Does the issue occur in "quirks mode", "standards mode" or both? If you don't know, does your HTML page contains a DOCTYPE declaration? Both. What version of GWT are...
``` Dragging multiple proxy items using a AbstractInsertPanelDropController inserts the items at indexes 2 apart and hence produces incorrect ordering after a drag and drop. I produced this using an...
``` Dragging multiple disjoint proxy items using a AbstractInsertPanelDropController produces incorrect ordering. I produced this using an app I'm building but can use the demo app as below. What steps...
``` What version of GWT are you using? 1.3.3? 1.4.60? Other? 2.04 What version of the gwt-dnd jar file or library file are you using? 2.01 What operating system(s) are...
``` What version of GWT are you using? 1.3.3? 1.4.60? Other? 2.0 What operating system(s) are you using? Windows? Linux? Mac? Windows Does the issue occur in web mode, hosted...