]> 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, 27 Nov 2017 08:43:45 +0000 (10:43 +0200)
commitef4a0bceb1d7d6cfd642bc1bd3a729b10b1584b3
tree9b4350e31e371256cbbccf82f1995a106022869f
parenta96d5a4c57baef519f912b17a6361363f165b08f
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]