]> source.dussan.org Git - vaadin-framework.git/commit
Fix animation end listeners so they are always removed (#17903)
authorArtur Signell <artur@vaadin.com>
Mon, 29 Aug 2016 19:11:23 +0000 (22:11 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 30 Aug 2016 13:02:31 +0000 (13:02 +0000)
commit28ed04e827669cc4dd329331dac9699bd93f70bc
tree4be1c6aaa0d6c975a0ce2858c2e24482811b8c51
parent8b4f0ed8a894b04902a5d4258119dcdc8e76d1e0
Fix animation end listeners so they are always removed (#17903)

Fixes ComboBox suggestion popup so that it will not automatically
close when clicking the popup button, if the user happened to
double click on the button earlier.

Change-Id: I60936f82133ca89c2aef0dccff68092a11deff1c
client/src/main/java/com/vaadin/client/AnimationUtil.java
client/src/main/java/com/vaadin/client/widgets/Overlay.java
uitest/src/main/java/com/vaadin/tests/components/combobox/ComboBoxValoDoubleClick.java [new file with mode: 0644]