]> source.dussan.org Git - vaadin-framework.git/commit
Resolve infinite loop when clearing and adding rows (#16747)
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Mon, 16 Feb 2015 14:12:50 +0000 (16:12 +0200)
committerArtur Signell <artur@vaadin.com>
Thu, 19 Feb 2015 12:18:55 +0000 (14:18 +0200)
commit0c16623b2b9eb7acd86c2dd2411790dbdad1d1ed
tree0792959159554d951381fa3b6272db96ad8a0afe
parentf1c94667627a34a1ba6a93a4724a194a9873f323
Resolve infinite loop when clearing and adding rows (#16747)

Change-Id: Ibc364502cb756c499eb170a6a0c509f31d7fccb9
client/src/com/vaadin/client/data/AbstractRemoteDataSource.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridClearContainer.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridClearContainerTest.java [new file with mode: 0644]