]> source.dussan.org Git - vaadin-framework.git/commit
Recalculate the column widths before the first row is added (#11609)
authorZhe Sun <31067185+ZheSun88@users.noreply.github.com>
Thu, 6 Jun 2019 05:45:02 +0000 (08:45 +0300)
committerZhe Sun <31067185+ZheSun88@users.noreply.github.com>
Wed, 12 Jun 2019 11:42:46 +0000 (14:42 +0300)
commit6d3c288ccd9952c2f165ba52fc40b10315968483
tree6395c14b0fe063f6a3fa2d484a35bca3bcea3c89
parent8c943b1e0144b8dab67dd23782584bce75ff3898
Recalculate the column widths before the first row is added (#11609)

* Recalculate the column widths before the first row is added

Fixes #11607
client/src/main/java/com/vaadin/client/widgets/Grid.java
uitest/reference-screenshots/chrome/CheckboxAlignmentWithNoHeaderGridTest-alignments_are_correct_ANY_Chrome__alignment.png [new file with mode: 0644]
uitest/src/main/java/com/vaadin/tests/components/grid/CheckboxAlignmentWithNoHeaderGrid.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/grid/CheckboxAlignmentWithNoHeaderGridTest.java [new file with mode: 0644]