]> source.dussan.org Git - vaadin-framework.git/commit
TextFields inside Drag and Drop Wrappers cannot get focus (#12838)
authordenis.magdenkov <denis.magdenkov@arcadia.spb.ru>
Wed, 10 Sep 2014 11:14:57 +0000 (15:14 +0400)
committerVaadin Code Review <review@vaadin.com>
Wed, 10 Sep 2014 13:16:24 +0000 (13:16 +0000)
commitbcaa4827f611893d7d86f0ff2347ab6c7552fab7
tree49a98bdf66b5445c0465172d7086da817cc690f0
parent305db63d591e2a7241f0e86ad6ff5ecd62ccfd66
TextFields inside Drag and Drop Wrappers cannot get focus (#12838)

Add detection logic to distinguish bweteen click and drag.

Change-Id: I43129183e990266243bfaafe83396f52b09b16d4
client/src/com/vaadin/client/ui/VDragAndDropWrapper.java
uitest/src/com/vaadin/tests/components/draganddropwrapper/DragAndDropFocusObtain.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/draganddropwrapper/DragAndDropFocusObtainTest.java [new file with mode: 0644]