]> source.dussan.org Git - vaadin-framework.git/commit
Fix Combo Box filtered on Property not showing results when page length is zero ...
authorVlad <sukhmel@users.noreply.github.com>
Thu, 8 Nov 2018 12:33:01 +0000 (15:33 +0300)
committerOlli Tietäväinen <ollit@vaadin.com>
Thu, 8 Nov 2018 12:33:01 +0000 (14:33 +0200)
commitc60c8cb98a782037084314925213162f0f2a59c5
tree4c01000a063bfbcf6800f96c00fd50ae0682892e
parent6dfd826ab2c064cfe21e7991eb065f630e66b1ae
Fix Combo Box filtered on Property not showing results when page length is zero (#11247)

* Fix #11246

Take zero pageLength into account when calculating filtered ComboBox contents.

* Create ComboboxPageLengthZeroFilterTest.java

* add UI tests for fix
server/src/main/java/com/vaadin/ui/ComboBox.java
uitest/src/main/java/com/vaadin/tests/components/combobox/ComboboxPageLengthZeroFilter.java [new file with mode: 0755]
uitest/src/test/java/com/vaadin/tests/components/combobox/ComboboxPageLengthZeroFilterTest.java [new file with mode: 0644]