]> source.dussan.org Git - vaadin-framework.git/commit
Ensure table's cells aren't refreshed if table is detached. (#9138)
authorAnna Koskinen <anna@vaadin.com>
Fri, 28 Jun 2013 13:47:10 +0000 (16:47 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 28 Jun 2013 14:10:11 +0000 (14:10 +0000)
commit6c4da294423a22f81840d9c0d807aca4ca9b8676
tree20b146b3cfeca88f84bdbab83e645bd9f320ace8
parent4583d07cd7094e2b987df6350b4b19eb4c01c210
Ensure table's cells aren't refreshed if table is detached. (#9138)

Change-Id: I026cd70e9e518fa320f6ec3011194359385a3a4a
server/src/com/vaadin/ui/Table.java
uitest/src/com/vaadin/tests/components/table/RefreshRenderedCellsOnlyIfAttached.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/table/RefreshRenderedCellsOnlyIfAttached.java [new file with mode: 0644]