aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/actions/ActionsOnDetachedComponentsTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove PhantomJS from testing (#10997)Teemu Suo-Anttila2018-06-261-8/+0
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-281-15/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Ensure wrong Action is not executed after detaching a component (#9806)Henri Sara2017-08-111-0/+90
Due to action key generation on ActionManager a wrong action may be executed if the component that fired the wanted action is already detached. This patch makes action keys globally unique, simplifying the approach of #8495 but reusing its tests. Fixes #5864