diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-03-07 09:33:19 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-03-07 09:33:19 +0000 |
commit | 10ebd4b2ede2034aec747dff02d85cbc6835a9f8 (patch) | |
tree | d5476da8e183daeae692e6bf65107244443aa411 | |
parent | 47cab9fee9fd90ad547894f4c2d65465e32e9a35 (diff) | |
download | vaadin-framework-10ebd4b2ede2034aec747dff02d85cbc6835a9f8.tar.gz vaadin-framework-10ebd4b2ede2034aec747dff02d85cbc6835a9f8.zip |
Re-enabled test which should pass after [17633]
svn changeset:17634/svn branch:6.5
-rw-r--r-- | tests/src/com/vaadin/tests/components/combobox/ComboFocusBlurEvents.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/src/com/vaadin/tests/components/combobox/ComboFocusBlurEvents.html b/tests/src/com/vaadin/tests/components/combobox/ComboFocusBlurEvents.html index 9a4deaa3d0..4d91ce7838 100644 --- a/tests/src/com/vaadin/tests/components/combobox/ComboFocusBlurEvents.html +++ b/tests/src/com/vaadin/tests/components/combobox/ComboFocusBlurEvents.html @@ -111,8 +111,6 @@ </tr> <!--Test ended.--> <!--Move focus out with mouse--> -<!-- TODO: This is not currently possible since TestBench does not handle focus events properly in IE and the - the blur event will never get trigger. In all other browsers this works. <tr> <td>focus</td> <td>vaadin=runcomvaadintestscomponentscomboboxComboFocusBlurEvents::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[1]/VTextField[0]</td> @@ -128,7 +126,6 @@ <td></td> <td>OneFocusOneBlur</td> </tr> ---> <!--End test.--> </tbody></table> |