From 01e8f2b253714c4621a1c5d253ed590104b61b69 Mon Sep 17 00:00:00 2001 From: Johannes Dahlström Date: Fri, 18 Nov 2011 12:32:36 +0000 Subject: Patch and TestBench script for issue #7916 - setting VWindow height to undefined was a no-op svn changeset:22063/svn branch:6.7 --- .../window/SubWindowWithUndefinedHeight.html | 52 ++++++++++++++++++++++ .../window/SubWindowWithUndefinedHeight.java | 1 - 2 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 tests/testbench/com/vaadin/tests/components/window/SubWindowWithUndefinedHeight.html (limited to 'tests') diff --git a/tests/testbench/com/vaadin/tests/components/window/SubWindowWithUndefinedHeight.html b/tests/testbench/com/vaadin/tests/components/window/SubWindowWithUndefinedHeight.html new file mode 100644 index 0000000000..2c3f651e41 --- /dev/null +++ b/tests/testbench/com/vaadin/tests/components/window/SubWindowWithUndefinedHeight.html @@ -0,0 +1,52 @@ + + + + + + +SubWindowWithUndefinedHeight + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SubWindowWithUndefinedHeight
open/run/com.vaadin.tests.components.window.SubWindowWithUndefinedHeight?restartApplication
clickvaadin=runcomvaadintestscomponentswindowSubWindowWithUndefinedHeight::/VVerticalLayout[0]/ChildComponentContainer[2]/VButton[0]/domChild[0]
screenCaptureinitial-tab1
mouseClickvaadin=runcomvaadintestscomponentswindowSubWindowWithUndefinedHeight::/VWindow[0]/FocusableScrollPanel[0]/VVerticalLayout[0]/ChildComponentContainer[0]/VTabsheet[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[1]/domChild[0]/domChild[0]/domChild[0]17,13
screenCaptureselect-tab2
mouseClickvaadin=runcomvaadintestscomponentswindowSubWindowWithUndefinedHeight::/VWindow[0]/FocusableScrollPanel[0]/VVerticalLayout[0]/ChildComponentContainer[0]/VTabsheet[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]8,9
screenCaptureselect-tab1
+ + diff --git a/tests/testbench/com/vaadin/tests/components/window/SubWindowWithUndefinedHeight.java b/tests/testbench/com/vaadin/tests/components/window/SubWindowWithUndefinedHeight.java index aa1165abdd..dbe5eda9af 100644 --- a/tests/testbench/com/vaadin/tests/components/window/SubWindowWithUndefinedHeight.java +++ b/tests/testbench/com/vaadin/tests/components/window/SubWindowWithUndefinedHeight.java @@ -5,7 +5,6 @@ import com.vaadin.ui.Window; import com.vaadin.ui.Button; import com.vaadin.ui.Table; import com.vaadin.ui.TabSheet; -import com.vaadin.ui.Label; public class SubWindowWithUndefinedHeight extends TestBase { -- cgit v1.2.3