diff options
author | John Alhroos <john.ahlroos@itmill.com> | 2011-03-04 14:06:33 +0000 |
---|---|---|
committer | John Alhroos <john.ahlroos@itmill.com> | 2011-03-04 14:06:33 +0000 |
commit | 8101a83b54b5d0790f00fc6e26841d77b827311c (patch) | |
tree | 459a9f731cfbd779d5ecc776cc1832bbb5a44725 | |
parent | f3233ea91fda461b18ed226fc8acc9dcd5a80b87 (diff) | |
download | vaadin-framework-8101a83b54b5d0790f00fc6e26841d77b827311c.tar.gz vaadin-framework-8101a83b54b5d0790f00fc6e26841d77b827311c.zip |
Removed blur test from comboFocusBlurEvents since the focus/blur events does not work reliably in IE.
svn changeset:17616/svn branch:6.5
-rw-r--r-- | tests/src/com/vaadin/tests/components/combobox/ComboFocusBlurEvents.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/src/com/vaadin/tests/components/combobox/ComboFocusBlurEvents.html b/tests/src/com/vaadin/tests/components/combobox/ComboFocusBlurEvents.html index bd7014c14b..9a4deaa3d0 100644 --- a/tests/src/com/vaadin/tests/components/combobox/ComboFocusBlurEvents.html +++ b/tests/src/com/vaadin/tests/components/combobox/ComboFocusBlurEvents.html @@ -111,6 +111,8 @@ </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> @@ -121,12 +123,13 @@ <td>vaadin=runcomvaadintestscomponentscomboboxComboFocusBlurEvents::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[2]/VLabel[0]</td> <td>0: Focus event!<br />1: Blur event!</td> </tr> -<!--End test.--> <tr> <td>screenCapture</td> <td></td> <td>OneFocusOneBlur</td> </tr> +--> +<!--End test.--> </tbody></table> </body> |