]> 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)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2017 10:49:00 +0000 (13:49 +0300)
commitc67f157e4581610a1efd4208c6f7356cc28f51f6
tree8e9b7576f88121a4c5f7682fbe50de9b13e73973
parent74e8bd248d54a093314a2858eef65ca81248dacd
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