diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-09-07 13:41:53 +0000 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-09-07 13:41:53 +0000 |
commit | 96c7bb0066094c20cacf53c58fbe30d4c42c017b (patch) | |
tree | 0337208dbf563f12136eaff69b0df4430027f80b /tests | |
parent | 1300d93c35dc4e9eb20fe589cdddc3a4c0b9c735 (diff) | |
download | vaadin-framework-96c7bb0066094c20cacf53c58fbe30d4c42c017b.tar.gz vaadin-framework-96c7bb0066094c20cacf53c58fbe30d4c42c017b.zip |
Don't remove and re-add children for every update to avoid changing scrolling in parent container (#7462)
svn changeset:20905/svn branch:6.7
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/com/vaadin/tests/components/panel/PanelShouldNotScroll.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/tests/src/com/vaadin/tests/components/panel/PanelShouldNotScroll.html b/tests/src/com/vaadin/tests/components/panel/PanelShouldNotScroll.html new file mode 100644 index 0000000000..8b03ca330f --- /dev/null +++ b/tests/src/com/vaadin/tests/components/panel/PanelShouldNotScroll.html @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head profile="http://selenium-ide.openqa.org/profiles/test-case"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<link rel="selenium.base" href="" /> +<title>CssLayoutRemoveComponent</title> +</head> +<body> +<table cellpadding="1" cellspacing="1" border="1"> +<thead> +<tr><td rowspan="1" colspan="3">CssLayoutRemoveComponent</td></tr> +</thead><tbody> +<tr> + <td>open</td> + <td>/run/com.vaadin.tests.components.panel.PanelShouldNotScroll?restartApplication</td> + <td></td> +</tr> +<tr> + <td>click</td> + <td>vaadin=runcomvaadintestscomponentspanelPanelShouldNotScroll::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VPanel[0]/VCssLayout[0]/VCssLayout$FlowPane[0]/VButton[0]/domChild[0]/domChild[0]</td> + <td></td> +</tr> +<tr> + <td>scroll</td> + <td>vaadin=runcomvaadintestscomponentspanelPanelShouldNotScroll::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VPanel[0]/domChild[1]</td> + <td>443</td> +</tr> +<tr> + <td>pause</td> + <td>300</td> + <td></td> +</tr> +<tr> + <td>click</td> + <td>vaadin=runcomvaadintestscomponentspanelPanelShouldNotScroll::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VPanel[0]/VCssLayout[0]/VCssLayout$FlowPane[0]/VButton[0]/domChild[0]/domChild[0]</td> + <td></td> +</tr> +<tr> + <td>screenCapture</td> + <td></td> + <td></td> +</tr> +</tbody></table> +</body> +</html> |