]> 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>
Thu, 1 Sep 2016 07:32:49 +0000 (07:32 +0000)
commit84fbff9e6645d0133c7b9f214389e215c79c818f
tree333cc84c9de087ceb76be8cdfb5998acabcc4fa0
parent814c29c1521a42f355cfc254fb8b00ae436b4956
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.

Ported from 7.7

Change-Id: I6cd8c7744ca4c52a7bd52ab12c23fb55522f0611
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]