diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-09-20 14:10:21 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-09-20 14:10:21 +0000 |
commit | ba0378f54b35f4a315962a68736bdef9935a9ee7 (patch) | |
tree | 8dd8c24eaefc2c1f46138e7b970a035e4f92730b /tests | |
parent | 7059acbad69fa65fcf355991ff9bf9649996a12f (diff) | |
download | vaadin-framework-ba0378f54b35f4a315962a68736bdef9935a9ee7.tar.gz vaadin-framework-ba0378f54b35f4a315962a68736bdef9935a9ee7.zip |
Use Tree node identifiers for IE6 compatibility (#5443)
svn changeset:15075/svn branch:6.4
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/com/vaadin/tests/components/tree/ExpandCollapseTree.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/src/com/vaadin/tests/components/tree/ExpandCollapseTree.html b/tests/src/com/vaadin/tests/components/tree/ExpandCollapseTree.html index 2f63aab44e..6ebb0c4cb3 100644 --- a/tests/src/com/vaadin/tests/components/tree/ExpandCollapseTree.html +++ b/tests/src/com/vaadin/tests/components/tree/ExpandCollapseTree.html @@ -23,17 +23,17 @@ </tr>
<tr>
<td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentstreeExpandCollapseTree::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTree[0]/domChild[0]/domChild[2]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]</td>
+ <td>vaadin=runcomvaadintestscomponentstreeExpandCollapseTree::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTree[0]#n[2]/n[0]/n[0]/n[0]/expand</td>
<td>6,8</td>
</tr>
<tr>
<td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentstreeExpandCollapseTree::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTree[0]/domChild[0]/domChild[2]/domChild[1]/domChild[0]/domChild[1]/domChild[0]</td>
+ <td>vaadin=runcomvaadintestscomponentstreeExpandCollapseTree::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTree[0]#n[2]/n[0]/n[0]/expand</td>
<td>9,8</td>
</tr>
<tr>
<td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentstreeExpandCollapseTree::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTree[0]/domChild[0]/domChild[1]</td>
+ <td>vaadin=runcomvaadintestscomponentstreeExpandCollapseTree::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTree[0]#n[1]/expand</td>
<td>9,10</td>
</tr>
<tr>
@@ -43,7 +43,7 @@ </tr>
<tr>
<td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentstreeExpandCollapseTree::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTree[0]/domChild[0]/domChild[2]/domChild[1]/domChild[0]/domChild[1]/domChild[0]</td>
+ <td>vaadin=runcomvaadintestscomponentstreeExpandCollapseTree::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTree[0]#n[2]/n[0]/n[0]/expand</td>
<td>9,9</td>
</tr>
<tr>
@@ -53,7 +53,7 @@ </tr>
<tr>
<td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentstreeExpandCollapseTree::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTree[0]/domChild[0]/domChild[2]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]</td>
+ <td>vaadin=runcomvaadintestscomponentstreeExpandCollapseTree::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VTree[0]#n[2]/n[0]/n[0]/n[0]/expand</td>
<td>8,9</td>
</tr>
<tr>
@@ -61,7 +61,6 @@ <td></td>
<td>collapsed-1</td>
</tr>
-
</tbody></table>
</body>
</html>
|