]> source.dussan.org Git - vaadin-framework.git/commit
Wrong floating element pos. on DND column reorder Grid #17693
authorPekka Hyvönen <pekka@vaadin.com>
Wed, 6 May 2015 08:52:47 +0000 (11:52 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 15 May 2015 11:11:23 +0000 (11:11 +0000)
commitbdc28f77c6c629eec0a0129a1a791855a6fc435d
tree6eb7f60012480698f15f206035327984680144e4
parent3a5cd8e4cd36a9db986978c01fe39356b3cbe3b6
Wrong floating element pos. on DND column reorder Grid #17693

When Grid was wider, the floating element did follow mouse to the
right after some point.
Also makes sure floating element is not shown on top of frozen columns
when auto scrolling left.

Change-Id: Ied779222c484f1f22119f89c0e720f868bbc898e
client/src/com/vaadin/client/widgets/Grid.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridColumnReorderTest.java