]> source.dussan.org Git - vaadin-framework.git/commit
Move ComboBox popup with ComboBox on scroll (#9869)
authorHenri Sara <henri.sara@gmail.com>
Fri, 25 Aug 2017 10:49:00 +0000 (13:49 +0300)
committerHenri Sara <henri.sara@gmail.com>
Tue, 29 Aug 2017 14:36:54 +0000 (17:36 +0300)
commitc24119222373072e67db3496bb9ff2466c22d734
tree5ff820a8771c9efd8a2688e4bdff1c020f700030
parent6aafd5345e1054fdbc51929bdfac72d82207d238
Move ComboBox popup with ComboBox on scroll (#9869)

Keep the ComboBox popup at the same position relative to the ComboBox
when the view is scrolled.

Fixes #5043
client/src/main/java/com/vaadin/client/ui/VComboBox.java
uitest/src/main/java/com/vaadin/tests/components/combobox/ComboboxPopupScrolling.java
uitest/src/test/java/com/vaadin/tests/components/combobox/ComboboxPopupScrollingTest.java