]> source.dussan.org Git - vaadin-framework.git/commit
Fix Grid drag selection with scrolled page (#17895)
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Mon, 8 Jun 2015 10:44:34 +0000 (13:44 +0300)
committerVaadin Code Review <review@vaadin.com>
Mon, 8 Jun 2015 14:28:22 +0000 (14:28 +0000)
commitffb4036fe0573c35e759cb89e8b252f5477ecbea
tree83495a486032640efb0373397643c012b0ac9e33
parent4af793d06a0f4a6577aad13403ca7982c6fce224
Fix Grid drag selection with scrolled page (#17895)

Change-Id: I1303781c5a996448e12e86835935702686af3ab7
client/src/com/vaadin/client/widget/grid/selection/MultiSelectionRenderer.java
uitest/src/com/vaadin/tests/components/grid/GridDragSelectionWhileScrolled.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/grid/GridDragSelectionWhileScrolledTest.java [new file with mode: 0644]