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 calculation of auto-fill/auto-fit repetition count when container has a definite percentage size #722

Merged

Conversation

nicoburns
Copy link
Collaborator

Objective

Previously, when computing the repetition count for auto repetitions, Taffy was only checking whether the container had a fixed pixel size or max-size. Taffy now correctly also checks for a percentage which resolves against a definite size.

@nicoburns nicoburns added the bug Something isn't working label Oct 22, 2024
@nicoburns nicoburns force-pushed the fix/auto-fill-definite-percentage branch from 6043567 to c231c3d Compare October 22, 2024 02:18
@nicoburns nicoburns force-pushed the fix/auto-fill-definite-percentage branch from c231c3d to 25a5f5d Compare October 22, 2024 02:19
@nicoburns nicoburns enabled auto-merge (squash) October 22, 2024 02:19
@nicoburns nicoburns merged commit 10b1e6f into DioxusLabs:main Oct 22, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong width calculation on grid element
1 participant