Skip to content

fix(commons/dom/createGrid): only add the visible, non-overflow areas of an element to the grid#4101

Merged
straker merged 3 commits intodevelopfrom
create-grid-overflow
Jul 28, 2023
Merged

fix(commons/dom/createGrid): only add the visible, non-overflow areas of an element to the grid#4101
straker merged 3 commits intodevelopfrom
create-grid-overflow

Conversation

@straker
Copy link
Copy Markdown
Contributor

@straker straker commented Jul 24, 2023

Implementing #3923 (comment)

Closes: #3923

@straker straker requested a review from a team as a code owner July 24, 2023 19:51
Copy link
Copy Markdown
Contributor

@WilcoFiers WilcoFiers left a comment

Choose a reason for hiding this comment

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

I think it would be good to have an integration test that demonstrates the memory problem, and shows it's solved. Have you tried that?

WilcoFiers
WilcoFiers previously approved these changes Jul 27, 2023
Copy link
Copy Markdown
Contributor

@WilcoFiers WilcoFiers left a comment

Choose a reason for hiding this comment

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

Left a suggestion though.

Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
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.

createGrid consumes excessive memory and crashes on pages with extremely large elements

2 participants