]> source.dussan.org Git - vaadin-framework.git/commit
Catch exception that is thrown when Grid is scrolled during operation (#12002) pr12027/r6
authorTatu Lund <tatu@vaadin.com>
Thu, 14 May 2020 12:02:58 +0000 (15:02 +0300)
committerGitHub <noreply@github.com>
Thu, 14 May 2020 12:02:58 +0000 (15:02 +0300)
commit4277b50449b47944c707f77c5e75a522bca84d40
treed0fa05135a61e548911cda245930bde41cc690e8
parente39ca996546431f768f23fd9c36cec7f4f73df47
Catch exception that is thrown when Grid is scrolled during operation (#12002)

IllegalStateException may occur if user has scrolled Grid (compatibility library version) so that Escalator has updated, and row under Editor is no longer there

Chrerry pick from https://github.com/vaadin/framework/pull/11467
compatibility-client/src/main/java/com/vaadin/v7/client/widgets/Grid.java