gwt-dnd
gwt-dnd copied to clipboard
Please add a class name to the capturingWidget in the MouseDragHandler class
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 it would be possible to add "cursor:move" to the
capturingWidget in css.
Original issue reported on code.google.com by [email protected] on 24 Oct 2011 at 11:41