]> source.dussan.org Git - vaadin-framework.git/commit
Add test for Table visible column order/count change (#9781)
authorAnna Miroshnik <anna.miroshnik@arcadia.spb.ru>
Tue, 2 Dec 2014 15:13:41 +0000 (18:13 +0300)
committerJohannes Dahlström <johannesd@vaadin.com>
Wed, 10 Jun 2015 10:03:56 +0000 (13:03 +0300)
commit04b3ae04b5fec74b16691ca079dc59a1eadbae5d
treeec34a7075a2e7d9a1bf60e12fc312bb6396acc2b
parent45fb2934f2104f97575fade34b96a56b5823e457
Add test for Table visible column order/count change (#9781)

Table should work correctly when changing both column properties (width etc) and
the number/order of visible columns.

This is nearly a duplicate of #17927 and its fix (commit 08dfe45d) fixes #9781
as well so only committing the test here.

Change-Id: If5bd49956888e14104f974c2840e2cae732a66fa
uitest/src/com/vaadin/tests/components/table/ColumnWidthsAfterChangeTableColumnsCountOrOrder.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/table/ColumnWidthsAfterChangeTableColumnsCountOrOrderTest.java [new file with mode: 0644]