]> source.dussan.org Git - vaadin-framework.git/commit
Revert changes which were previously reverted from only 7.5 (#19424)
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Tue, 21 Jul 2015 11:00:03 +0000 (14:00 +0300)
committerArtur Signell <artur@vaadin.com>
Fri, 1 Jan 2016 19:16:55 +0000 (21:16 +0200)
commit1cf32b74e22297201273d8b3d8c064cd1f3c3104
treeb1765841a48a68470c18f4901565e399ac85fd0e
parentee0f7000dea86e6db3f6a0727f6e0d3d15692359
Revert changes which were previously reverted from only 7.5 (#19424)

Revert "Take Window special case into account for invalid layouts (#17598)"

This reverts commit abc1c5dff6438d65e53473b69ae9a3ca2b8e60e1.

Revert "Render nested invalid layouts correctly (#17598)"

This reverts commit ac4e85f4e35a57d1ba6e6f3448744cbb0c2df60f.

Added test to ensure a similar problem is not reintroduced later

Change-Id: I892896e953637d793d0c0a788f28f3b61494d441
server/src/com/vaadin/server/ComponentSizeValidator.java
uitest/src/com/vaadin/tests/components/orderedlayout/NestedInvalidLayouts.java [deleted file]
uitest/src/com/vaadin/tests/components/orderedlayout/NestedInvalidLayoutsTest.java [deleted file]
uitest/src/com/vaadin/tests/components/table/SelectAllConstantViewport.java
uitest/src/com/vaadin/tests/layouts/RelativeSizeInUndefinedCssLayout.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/layouts/RelativeSizeInUndefinedCssLayoutTest.java [new file with mode: 0644]