]> 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)
committerVaadin Code Review <review@vaadin.com>
Tue, 17 Feb 2015 08:13:24 +0000 (08:13 +0000)
commitc417195029fe79dd6c60413f998731877c534d51
tree39dc5952e9c3cd0b1270f7478840f289a7ca2673
parente2ddc9f9af3003d2e6d7282ad92a74dafc451b54
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]