]> source.dussan.org Git - vaadin-framework.git/commit
Fix the column width calculations for full width cell contents. (#11974)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Wed, 29 Apr 2020 07:33:54 +0000 (10:33 +0300)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2020 07:33:54 +0000 (10:33 +0300)
commit4c9a5405a555785dc2b38e82b3d1cda0336491e0
tree75ba4ed2247f48255f6a51ba076c5f702487f2dd
parent599387b330f66f0dbe6087d2fe829bc251fef6c1
Fix the column width calculations for full width cell contents. (#11974)

Fixes #11973
client/src/main/java/com/vaadin/client/widgets/Escalator.java
uitest/src/main/java/com/vaadin/tests/components/grid/GridWithFullWidthComponents.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/grid/GridWithFullWidthComponentsTest.java [new file with mode: 0644]