]> source.dussan.org Git - vaadin-framework.git/commit
Disable TreeTable partial updates until it is fixed
authorArtur Signell <artur@vaadin.com>
Thu, 5 Apr 2012 12:58:12 +0000 (15:58 +0300)
committerArtur Signell <artur@vaadin.com>
Thu, 5 Apr 2012 12:58:12 +0000 (15:58 +0300)
commitc670b2fff5ec7cfa6571960ea39e8ecc66fc1c2e
tree5a2e1e4d311a28cd70413470684a7a1ba6e48ee3
parentd089b94240b6a9945e29153624f03ac24b3b3e24
Disable TreeTable partial updates until it is fixed

Currently TreeTable changes its child components during paint, which is
too late for AbstractCommunicationManager to take into account
src/com/vaadin/ui/TreeTable.java