]> source.dussan.org Git - vaadin-framework.git/commit
Fix: Empty space on page after expanded component (#12672)
authorAnna Miroshnik <anna.miroshnik@arcadia.spb.ru>
Tue, 7 Oct 2014 15:37:30 +0000 (19:37 +0400)
committerSauli Tähkäpää <sauli@vaadin.com>
Wed, 29 Oct 2014 08:44:03 +0000 (10:44 +0200)
commite175a3dd2c3c9f7cdc5a113721489bb8a1174919
tree40ba611dd4bed350787ab5902dd263a36c062a98
parentdaaef63879df737a5840bbb7319ab595298cbbed
Fix: Empty space on page after expanded component (#12672)

Full defect name: Empty space on page after expanded component - incorrect height calculation in Chrome

Layout:
[
Panel (auto x auto) [
Grid (auto x auto)
]
AnyComponent (100% x 100%)
<EMPTY SPACE>

Also sleep() was removed from tests BaseLayoutExpandTest and
BaseAddReplaceMoveTest

Change-Id: Ie8a14a58dd53a26a133ea99a7b809d92c1b33a1f
client/src/com/vaadin/client/ui/orderedlayout/AbstractOrderedLayoutConnector.java
uitest/src/com/vaadin/tests/components/layout/EmptySpaceOnPageAfterExpandedComponent.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/layout/EmptySpaceOnPageAfterExpandedComponentTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/layouts/layouttester/BaseAddReplaceMoveTest.java
uitest/src/com/vaadin/tests/layouts/layouttester/BaseLayoutExpandTest.java