]> source.dussan.org Git - vaadin-framework.git/commit
Fix remaining issues for NativeSelect blur/focus events (#6847)
authorArtur Signell <artur@vaadin.com>
Tue, 13 Jan 2015 10:42:22 +0000 (12:42 +0200)
committerArtur Signell <artur@vaadin.com>
Tue, 13 Jan 2015 17:55:46 +0000 (19:55 +0200)
commit8eeeb35544522b96cba07795f336a14e2737c7ea
treed1d53b93ac00457f1b64858ee78f7f0832b1826a
parent2877e42f0dbf706d5b1c79e93ee16320b7b5d8cc
Fix remaining issues for NativeSelect blur/focus events (#6847)

* Do not spam focus/blur events to the server
* Receive focus blur events no matter which constructor is used
* Run test on all browsers

Change-Id: I7d548397e6df3a375f9263c695a53c801d9c5c4a
client/src/com/vaadin/client/EventHelper.java
client/src/com/vaadin/client/ui/VNativeSelect.java
client/src/com/vaadin/client/ui/nativeselect/NativeSelectConnector.java
server/src/com/vaadin/ui/NativeSelect.java
server/tests/src/com/vaadin/ui/NativeSelectTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/nativeselect/NativeSelectsFocusAndBlurListenerTests.java