]> source.dussan.org Git - vaadin-framework.git/commit
Validate that the connector is enabled before triggering actions for it (#12743)
authorArtur Signell <artur@vaadin.com>
Tue, 15 Oct 2013 06:33:43 +0000 (09:33 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 15 Oct 2013 13:20:54 +0000 (13:20 +0000)
commitc7ae45cc2404c2eab557866f310a2bb2130ddffe
tree936195bde7d85b83670653e44174af7d0385cfd1
parentd461fb438f62b38d2082b41b0a3c7a1189927c3d
Validate that the connector is enabled before triggering actions for it (#12743)

Automated test enabled only for IE9-IE11 because of #12785

Change-Id: I265e5d1ead3fa56469861c5a98dcc9d0106d1051
server/src/com/vaadin/event/ConnectorActionManager.java [new file with mode: 0644]
server/src/com/vaadin/server/communication/ServerRpcHandler.java
server/src/com/vaadin/ui/AbstractComponent.java
server/src/com/vaadin/ui/Button.java
uitest/src/com/vaadin/tests/actions/ActionsOnInvisibleComponents.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/actions/ActionsOnInvisibleComponentsTest.java [new file with mode: 0644]