]> source.dussan.org Git - vaadin-framework.git/commit
Fix multiselection pressing shift before starting (#13483)
authorGuillermo Alvarez <guillermo@vaadin.com>
Fri, 12 Sep 2014 12:49:53 +0000 (15:49 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 16 Sep 2014 08:20:49 +0000 (08:20 +0000)
commit04d793d80505f8c8274800e2620a2186ae32409d
tree006fbebc2e4d2dfee7b075a8eb8d1615a7083ebe
parent3ec310f9554551fd793d2a210afccac5ab2ed9f6
Fix multiselection pressing shift before starting (#13483)

selectionRangeStart wasn't set when starting a selection pressing shift.
SelectAllRowsTest was rewritten to enable extension to test this issue.

Change-Id: I1b578b28ba89fc8215ec853d92de09f44c2d58e6
client/src/com/vaadin/client/ui/VScrollTable.java
uitest/src/com/vaadin/tests/components/table/SelectAllRows.java
uitest/src/com/vaadin/tests/components/table/SelectAllRowsShiftFirst.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/table/SelectAllRowsShiftFirstTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/table/SelectAllRowsTest.java