]> source.dussan.org Git - vaadin-framework.git/commit
Request data update before client response (#11341) 8.6.3
authorSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Tue, 11 Dec 2018 09:08:21 +0000 (11:08 +0200)
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Tue, 11 Dec 2018 14:58:38 +0000 (16:58 +0200)
commit68689ceebad1ff2e383299e2859143ebe8e5d698
tree250ef9082c8c8128ac55210b787b4a84ebf283d5
parent044518e4acdd842867fe17d908974bbedb83e85c
Request data update before client response (#11341)

* Request data update before client response

* fix the accidental commit

* add tests

fixes #11320
server/src/main/java/com/vaadin/data/provider/DataCommunicator.java
server/src/test/java/com/vaadin/data/provider/DataCommunicatorTest.java
uitest/src/main/java/com/vaadin/tests/components/combobox/ComboBoxItemSize.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/combobox/ComboBoxItemSizeTest.java [new file with mode: 0644]