]> source.dussan.org Git - vaadin-framework.git/commit
Fixes DragAndDropWrapper does not support choosing a custom component as the drag...
authorSebastian Nyholm <sebastian@vaadin.com>
Tue, 27 May 2014 11:46:47 +0000 (14:46 +0300)
committerVaadin Code Review <review@vaadin.com>
Mon, 18 Aug 2014 11:34:03 +0000 (11:34 +0000)
commit1020faa337eddeb07f141cb7ef12fbb20bd2ded2
tree3fe93c549eed111988c9c8f5d057b8cbadd5c9f0
parenta960cfd12b8fb42ae78e39ffb61c04e3a3b831bf
Fixes DragAndDropWrapper does not support choosing a custom component as the drag image (#13836)

Amend : Fixes the comments for the last commit.
Amend 2: Fixes a nullpointer found in a certain test scenario

Change-Id: I72327f5f8ab9e46d88e1ebed8f1db3a7da39d7d8
client/src/com/vaadin/client/ui/VDragAndDropWrapper.java
client/src/com/vaadin/client/ui/draganddropwrapper/DragAndDropWrapperConnector.java
server/src/com/vaadin/ui/DragAndDropWrapper.java
shared/src/com/vaadin/shared/ui/draganddropwrapper/DragAndDropWrapperConstants.java
uitest/src/com/vaadin/tests/components/draganddropwrapper/DragStartModes.java
uitest/src/com/vaadin/tests/components/draganddropwrapper/DragStartModesTest.java