]> 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)
committerTeemu Suo-Anttila <teemusa@vaadin.com>
Wed, 8 Jul 2015 07:59:25 +0000 (10:59 +0300)
commitf7ff3c31cbf89a9a5be0cf2ee5efe6ac01452c01
tree346670cc253a45eca4deb440fc4296cf4687e9f0
parentb17b59938b9f916cefe2eca14120622e66961de1
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: I9fc74dd0f4c8631ff97fae3e85ab97a940640273
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]