]> source.dussan.org Git - vaadin-framework.git/commit
Fixed a bug where lazyloading stopped working if a node containing lots of children...
authorJonatan Kronqvist <jonatan.kronqvist@itmill.com>
Tue, 21 Jun 2011 07:32:57 +0000 (07:32 +0000)
committerJonatan Kronqvist <jonatan.kronqvist@itmill.com>
Tue, 21 Jun 2011 07:32:57 +0000 (07:32 +0000)
commit6a31f286e21befc8ab367d9ab3da1f08f47614d8
tree218f3619c58c1bce15e80f47c1b42e410cc9bea6
parentdbbc2fab10a3f63fdd0ce47f5350bb651e671943
Fixed a bug where lazyloading stopped working if a node containing lots of children was expanded (#6722)

svn changeset:19464/svn branch:6.7
src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java
src/com/vaadin/terminal/gwt/client/ui/VTreeTable.java
src/com/vaadin/ui/Table.java
tests/src/com/vaadin/tests/components/treetable/TreeTablePartialUpdates-LongScroll.html [new file with mode: 0644]
tests/src/com/vaadin/tests/components/treetable/TreeTablePartialUpdates.java [new file with mode: 0644]