]> source.dussan.org Git - vaadin-framework.git/commit
Catch exception that is thrown when Grid is scrolled during operation (#11467) 7.7.17
authorTatu Lund <tatu@vaadin.com>
Mon, 11 Mar 2019 07:55:05 +0000 (09:55 +0200)
committerOlli Tietäväinen <ollit@vaadin.com>
Mon, 11 Mar 2019 07:55:05 +0000 (09:55 +0200)
commit1ccab1ce52eeb95f758756989dd0f2136861a25a
treed7147d44a3504968b0875303ac327d0ba86b2148
parent1e7cd3ef157396bc92ef47445e962b3ff68ceda3
Catch exception that is thrown when Grid is scrolled during operation (#11467)

IllegalStateException may occur if user has scrolled Grid so that Escalator has updated, and row under Editor is no longer there
Fixes https://github.com/vaadin/framework/issues/11463
client/src/main/java/com/vaadin/client/widgets/Grid.java