]> source.dussan.org Git - vaadin-framework.git/commit
Fix Grid column dnd reorder scrollarea calculation in Chrome 43 (#18234)
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Thu, 11 Jun 2015 08:34:41 +0000 (11:34 +0300)
committerVaadin Code Review <review@vaadin.com>
Thu, 11 Jun 2015 10:43:22 +0000 (10:43 +0000)
commit61037a75a565828e1f6dd752347e82036182e489
treec7038ea8855a4a9d700dc81e4f8a6f5f34d841e2
parent2e6ecec3dff65a43ef5f6e186058119d4bc72bf4
Fix Grid column dnd reorder scrollarea calculation in Chrome 43 (#18234)

This patch also fixes issues with vertical scrollbar on page and
autoscrolling along with calculating drag element and marker positions
wrong.

Change-Id: I3d39c7bc6ddea630e04a9967ff8e1055c0736b79
client/src/com/vaadin/client/widget/grid/AutoScroller.java
client/src/com/vaadin/client/widgets/Grid.java