]> source.dussan.org Git - vaadin-framework.git/commit
Pressing [down]+[enter] on a combobox now closes the popup. (#14379)
authorGuillermo Alvarez <guillermo@vaadin.com>
Wed, 6 Aug 2014 14:25:09 +0000 (17:25 +0300)
committerMarkus Koivisto <markus@vaadin.com>
Wed, 13 Aug 2014 10:23:10 +0000 (10:23 +0000)
commit7a49a096ab82a2f9a745c16c089cba85e8fa5c13
treea551e5e72c75e363bf1900c5c5dfd3c2ccf0fd9d
parent5edc32fa0ba7a7c29190f57697b4398a78d05dd2
Pressing [down]+[enter] on a combobox now closes the popup. (#14379)

Pressing down to open the popup menu and then pressing enter to select
the same item as is already selected will now cause the same behavior
as pressing the escape key when there are suggestions.

Change-Id: I6052608cc5916d306a981aa0f98b0ae822da5eb4
client/src/com/vaadin/client/ui/VFilterSelect.java
uitest/src/com/vaadin/tests/components/combobox/ComboBoxSuggestionPopupClose.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/combobox/ComboBoxSuggestionPopupCloseTest.java [new file with mode: 0644]