]> source.dussan.org Git - vaadin-framework.git/commit
Fix disappearing ComboBox value (#19221)
authorMatti Tahvonen <matti@vaadin.com>
Wed, 4 Nov 2015 19:36:39 +0000 (21:36 +0200)
committerelmot <elmot@vaadin.com>
Mon, 1 Aug 2016 13:32:24 +0000 (16:32 +0300)
commitb5e8654eaba15cb611ac74395d813d10cc6fedb1
treeefd6e28a45fd5c5b4e262d4133322d692f05284d
parent6688e6617275120bfc39cd31c464fd9b2a594a79
Fix disappearing ComboBox value (#19221)

Without the fix, when selecting a value from page n+1 and re-opening the
ComboBox popup, the content of the text box may disappear.

Change-Id: I5fb57c0e5a068645f4b11fb1c392e682dd04b06a
client/src/main/java/com/vaadin/client/ui/VFilterSelect.java
client/src/main/java/com/vaadin/client/ui/combobox/ComboBoxConnector.java
uitest/src/main/java/com/vaadin/tests/components/combobox/ComboBoxScrollingToPageDisabled.java
uitest/src/test/java/com/vaadin/tests/components/combobox/ComboBoxScrollingToPageDisabledTest.java