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

Spreading subviews does not respect specified value for sizeToBounds #59

Closed
NickEntin opened this issue Mar 19, 2021 · 0 comments · Fixed by #64
Closed

Spreading subviews does not respect specified value for sizeToBounds #59

NickEntin opened this issue Mar 19, 2021 · 0 comments · Fixed by #64
Assignees
Labels
bug Something isn't working as expected
Milestone

Comments

@NickEntin
Copy link
Collaborator

When calling spreadOutSubviews(...), the value for sizeToBounds is ignored and always resizes subviews along their orthogonal axis to match their superview.

@NickEntin NickEntin added the bug Something isn't working as expected label Mar 19, 2021
@NickEntin NickEntin added this to the 1.0 milestone Mar 19, 2021
@NickEntin NickEntin self-assigned this Nov 20, 2021
NickEntin added a commit that referenced this issue Nov 20, 2021
…ehaviors

* Updates behavior for spreading subviews in RTL layout to use leading-to-trailing ordering.
* Fixes a bug where `sizeToBounds` was ignored (#59) by replacing the parameter with an orthogonal behavior that more clearly specifies the intended behavior.
* Updates spreading behavior to ignore subview transforms when calculating frames.
NickEntin added a commit that referenced this issue Nov 20, 2021
…ehaviors

* Updates behavior for spreading subviews in RTL layout to use leading-to-trailing ordering.
* Fixes a bug where `sizeToBounds` was ignored (#59) by replacing the parameter with an orthogonal behavior that more clearly specifies the intended behavior.
* Updates spreading behavior to ignore subview transforms when calculating frames.
rauljurado620 added a commit to rauljurado620/Para-layout-android that referenced this issue Apr 1, 2022
…ehaviors

* Updates behavior for spreading subviews in RTL layout to use leading-to-trailing ordering.
* Fixes a bug where `sizeToBounds` was ignored (square/Paralayout#59) by replacing the parameter with an orthogonal behavior that more clearly specifies the intended behavior.
* Updates spreading behavior to ignore subview transforms when calculating frames.
crown0128 added a commit to crown0128/pixel-perfect-Paralayout that referenced this issue Aug 13, 2023
…ehaviors

* Updates behavior for spreading subviews in RTL layout to use leading-to-trailing ordering.
* Fixes a bug where `sizeToBounds` was ignored (square/Paralayout#59) by replacing the parameter with an orthogonal behavior that more clearly specifies the intended behavior.
* Updates spreading behavior to ignore subview transforms when calculating frames.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant