diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-09-07 14:42:44 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-09-07 14:42:44 +0000 |
commit | 2522bfc02ca55f8ff44145d1bde994b2c8ffaa84 (patch) | |
tree | 199b852e1f65758852c6b24a62a55f8aefeab660 /tests | |
parent | 2963d932f1f27605e1a266731ca612d3691f1012 (diff) | |
download | vaadin-framework-2522bfc02ca55f8ff44145d1bde994b2c8ffaa84.tar.gz vaadin-framework-2522bfc02ca55f8ff44145d1bde994b2c8ffaa84.zip |
Avoid IE8 inconsistent focus issue
svn changeset:14760/svn branch:6.4
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/com/vaadin/tests/components/datefield/DateFieldReadOnly.html | 26 |
1 files changed, 3 insertions, 23 deletions
diff --git a/tests/src/com/vaadin/tests/components/datefield/DateFieldReadOnly.html b/tests/src/com/vaadin/tests/components/datefield/DateFieldReadOnly.html index d0d3a269a3..ee19b52324 100644 --- a/tests/src/com/vaadin/tests/components/datefield/DateFieldReadOnly.html +++ b/tests/src/com/vaadin/tests/components/datefield/DateFieldReadOnly.html @@ -13,12 +13,7 @@ </thead><tbody> <tr> <td>open</td> - <td>/run/com.vaadin.tests.components.datefield.DateFieldReadOnly</td> - <td></td> -</tr> -<tr> - <td>waitForVaadin</td> - <td></td> + <td>/run/com.vaadin.tests.components.datefield.DateFieldReadOnly?restartApplication</td> <td></td> </tr> <tr> @@ -37,18 +32,13 @@ <td></td> </tr> <tr> - <td>waitForVaadin</td> - <td></td> - <td></td> -</tr> -<tr> <td>mouseClick</td> <td>vaadin=runcomvaadintestscomponentsdatefieldDateFieldReadOnly::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VPopupCalendar[0]/domChild[1]</td> <td></td> </tr> <tr> - <td>waitForVaadin</td> - <td></td> + <td>focus</td> + <td>vaadin=runcomvaadintestscomponentsdatefieldDateFieldReadOnly::Root/VOverlay[0]/VCalendarPanel[0]/VCalendarPanel$VTime[0]/ListBox[0]</td> <td></td> </tr> <tr> @@ -57,21 +47,11 @@ <td>readwrite-popup</td> </tr> <tr> - <td>waitForVaadin</td> - <td></td> - <td></td> -</tr> -<tr> <td>mouseClick</td> <td>vaadin=runcomvaadintestscomponentsdatefieldDateFieldReadOnly::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VButton[0]/domChild[0]/domChild[0]</td> <td></td> </tr> <tr> - <td>waitForVaadin</td> - <td></td> - <td></td> -</tr> -<tr> <td>focus</td> <td>vaadin=runcomvaadintestscomponentsdatefieldDateFieldReadOnly::/VVerticalLayout[0]</td> <td></td> |