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

front: fix infinite scrolling in editor error list modal #7793

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

emersion
Copy link
Member

@emersion emersion commented Jun 20, 2024

The modal is not inserted under the .editor-root element. As a
result, the overflow: auto rule wasn't applied to the
#errors-list-container element and <InfiniteScroll> was not
catching scroll events.

(A small cleanup is also included as a second commit.)

Closes: #7711

emersion added 2 commits June 20, 2024 11:41
The modal is not inserted under the .editor-root element. As a
result, the `overflow: auto` rule wasn't applied to the
#errors-list-container element and <InfiniteScroll> was not
catching scroll events.

Closes: #7711
errors is always set to a non-null array.
@emersion emersion requested a review from a team as a code owner June 20, 2024 09:48
Copy link
Contributor

@kmer2016 kmer2016 left a comment

Choose a reason for hiding this comment

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

Well done ! Thank you for cleanup

Copy link
Contributor

@Uriel-Sautron Uriel-Sautron left a comment

Choose a reason for hiding this comment

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

LGTM !! Thank you

@emersion emersion added this pull request to the merge queue Jun 24, 2024
Merged via the queue into dev with commit a3c40fd Jun 24, 2024
17 checks passed
@emersion emersion deleted the emersion/fix-error-list-infinite-scroll branch June 24, 2024 18:56
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.

Error list does not load further than the first page
3 participants