]> source.dussan.org Git - vaadin-framework.git/commit
Fixes issue with Table not scrolling completely to the end #12651
authorJohn Ahlroos <john@vaadin.com>
Thu, 19 Sep 2013 13:42:50 +0000 (16:42 +0300)
committerVaadin Code Review <review@vaadin.com>
Thu, 26 Sep 2013 05:36:29 +0000 (05:36 +0000)
commitd3261d77a45a24edcb4e77370e12c8e88c119d35
treeb4d17a998f4cc58d3cbed670c6d09cb4f2c87897
parenta2daf65958c602dd02099bf4415e7e432b706dc7
Fixes issue with Table not scrolling completely to the end #12651

Made the Table notice if the user is trying to scroll to an item on the
last "page" and in those cases actually scroll to that item, not just to
the page's first item as it did before.

Change-Id: I47df33c75aa9b7e4f9a5f4bd5daeb301028517e8
client/src/com/vaadin/client/ui/VScrollTable.java
server/src/com/vaadin/ui/Table.java
uitest/src/com/vaadin/tests/components/table/ShowLastItem.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/table/ShowLastItem.java [new file with mode: 0644]