Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch exception that is thrown when Grid is scrolled during operation #12002

Merged
merged 3 commits into from
May 14, 2020

Conversation

TatuLund
Copy link
Contributor

@TatuLund TatuLund commented May 13, 2020

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 #11467


This change is Reviewable

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 #11467
Copy link
Member

@Ansku Ansku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @TatuLund)


compatibility-client/src/main/java/com/vaadin/v7/client/widgets/Grid.java, line 2161 at r1 (raw file):

··········

remove extra whitespace

Copy link
Contributor Author

@TatuLund TatuLund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @Ansku)


compatibility-client/src/main/java/com/vaadin/v7/client/widgets/Grid.java, line 2161 at r1 (raw file):

Previously, Ansku (Anna Koskinen) wrote…
··········

remove extra whitespace

Done.

Copy link
Member

@Ansku Ansku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r2.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@Ansku Ansku merged commit 4277b50 into master May 14, 2020
@Ansku Ansku deleted the fix11463v8-1 branch May 14, 2020 12:03
Ansku pushed a commit that referenced this pull request May 14, 2020
…#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 #11467
Ansku added a commit that referenced this pull request May 15, 2020
…#12002) (#12009)

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

Issue #11463
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants