]> source.dussan.org Git - vaadin-framework.git/commit
Fix combo box suggestion popup height (#10256)
authorAdam Wagner <wbadam@users.noreply.github.com>
Mon, 30 Oct 2017 11:31:27 +0000 (13:31 +0200)
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>
Mon, 30 Oct 2017 11:31:27 +0000 (13:31 +0200)
commitffe1e0c022c2098a0b719bffe0c9a707003bde05
tree76571c5d276f52c6a40b346a4416ad346e00c58e
parente65efdfb50bc10bedf506d475f582276f6be0e2f
Fix combo box suggestion popup height (#10256)

Fixes #10214
client/src/main/java/com/vaadin/client/ui/VComboBox.java
uitest/src/main/java/com/vaadin/tests/components/combobox/ComboBoxHeight.java [new file with mode: 0644]
uitest/src/main/themes/VAADIN/themes/tests-valo-combobox-height/_variables.scss [new file with mode: 0644]
uitest/src/main/themes/VAADIN/themes/tests-valo-combobox-height/styles.scss [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/combobox/ComboBoxHeightTest.java [new file with mode: 0644]