]> source.dussan.org Git - vaadin-framework.git/commit
Only fetch rows if there are some (#11189)
authorMatti Tahvonen <matti@vaadin.com>
Fri, 4 Oct 2013 12:41:06 +0000 (15:41 +0300)
committerMatti Tahvonen <matti@vaadin.com>
Wed, 9 Oct 2013 13:31:21 +0000 (16:31 +0300)
commit1b7e40de9435f2584fe6c7f1b7f69cc448c16cc8
treeb7cb69dfbdef6133e99995cfc9b00117bc69e03a
parent3c842b76ed6ecbf3cf92cb9a7cca3b72e326a2ed
Only fetch rows if there are some (#11189)

IE hacks cause calls to onScroll in situations where the cache row fetch
logic is not working correctly (causes JS exception). This change has an
optimization to pass this logic if there are no rows available and this
way fixes the JS exception as well.

Change-Id: I3425f3d75cad8b65e605638343b167abf7b48067
client/src/com/vaadin/client/ui/VScrollTable.java
uitest/src/com/vaadin/tests/components/table/EmptyTable.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/table/EmptyTableTest.java [new file with mode: 0644]