-
Notifications
You must be signed in to change notification settings - Fork 27
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
feat(autolayout): collapsed children don't count in the measure #663
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-663.eastus2.azurestaticapps.net |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Robert-Louis Can you add some tests for these changes, please
To make sure when an element is collapsed in AutoLayout it will not take any more space
src/Uno.Toolkit.UI/Controls/AutoLayout/AutoLayout.Layouting.Arrange.cs
Outdated
Show resolved
Hide resolved
src/Uno.Toolkit.UI/Controls/AutoLayout/AutoLayout.Layouting.Arrange.cs
Outdated
Show resolved
Hide resolved
I test it manualy. Unfortunatly I need to go now so I will not have the time add it today. |
src/Uno.Toolkit.UI/Controls/AutoLayout/AutoLayout.Layouting.Arrange.cs
Outdated
Show resolved
Hide resolved
src/Uno.Toolkit.UI/Controls/AutoLayout/AutoLayout.Layouting.Arrange.cs
Outdated
Show resolved
Hide resolved
src/Uno.Toolkit.UI/Controls/AutoLayout/AutoLayout.Layouting.Measure.cs
Outdated
Show resolved
Hide resolved
2fc2003
to
c2fa7ab
Compare
@kazo0 / @Xiaoy312 |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://polite-field-01aa64f0f-663.eastus2.azurestaticapps.net |
@Robert-Louis you will be able to work on the tests when you are back, please |
https://github.com/Mergifyio backport release/stable/3.0
|
✅ Backports have been created
|
(cherry picked from commit 4784666)
https://github.com/Mergifyio backport legacy/3x
|
✅ Backports have been created
|
(cherry picked from commit 4784666)
Related PR for the Tests here : #691 |
GitHub Issue (If applicable): #660
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Collapsed children are still measure
What is the new behavior?
Collapsed children are not measure
PR Checklist
Please check if your PR fulfills the following requirements:
Other information
Internal Issue (If applicable):