]> source.dussan.org Git - vaadin-framework.git/commit
Properly end HTML5 drag operations when no drop is performed (#8242)
authorArtur <artur@vaadin.com>
Thu, 19 Jan 2017 06:52:35 +0000 (08:52 +0200)
committerDenis <denis@vaadin.com>
Thu, 19 Jan 2017 06:52:35 +0000 (08:52 +0200)
commit5e842da86887c302ca1865c67ebfbac59770487c
treeba56c93a030d93b15a3306165470af1f84feadb6
parentcb0e182e8166572bfacd1cb52dfb0e5245fe5cd1
Properly end HTML5 drag operations when no drop is performed (#8242)

* Properly end HTML5 drag operations when no drop is performed

No auto test because of https://github.com/SeleniumHQ/selenium/issues/1365

Fixes #4060
client/src/main/java/com/vaadin/client/ui/VDragAndDropWrapper.java
uitest/src/main/java/com/vaadin/tests/components/draganddropwrapper/Html5DropDenied.java [new file with mode: 0644]