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

Fix content size cache #4211

Merged
merged 3 commits into from
Feb 26, 2024
Merged

Fix content size cache #4211

merged 3 commits into from
Feb 26, 2024

Conversation

willmcgugan
Copy link
Collaborator

@willmcgugan willmcgugan commented Feb 26, 2024

Fixes #4179

Forgive the lack of a test. The code is covered. But it could use #4212 for a fuller test.

@willmcgugan willmcgugan merged commit 7327987 into main Feb 26, 2024
20 checks passed
@willmcgugan willmcgugan deleted the content-cache-fix branch February 26, 2024 11:35
@rodrigogiraoserrao
Copy link
Contributor

rodrigogiraoserrao commented Feb 26, 2024

@willmcgugan I feel like I am missing something.
I still see the issue mentioned in #4179.

The video below shows that at widths 81 & 82 I have the big green region that I shouldn't.
For widths <=80, wrapping is fine. For widths >= 83, everything is shown in a single row.

Screen.Recording.2024-02-26.at.14.55.26.mov

I ran this app with the 0.52.1 release (prior to your PR) and the behaviour seems to be exactly the same.

@rodrigogiraoserrao
Copy link
Contributor

(With #4217 merged, a fuller test can be written. I was going to write it myself but as per my comment above, it looks like the original issue hasn't been solved.)

@willmcgugan
Copy link
Collaborator Author

Looks like another issue. Only occurs when there is a gutter on the grid.

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.

grid-rows: auto seems to be broken when column-span/Pretty is used
3 participants