-
Notifications
You must be signed in to change notification settings - Fork 74
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
[iOS] Child Column views can overflow the bounds of their parents #1389
Comments
dnagler
added a commit
that referenced
this issue
Aug 23, 2023
dnagler
added a commit
that referenced
this issue
Aug 23, 2023
Added an example in PR #1420 |
dnagler
added a commit
that referenced
this issue
Aug 24, 2023
@colinrtwhite I think we can close this, now that #1724 has landed (thanks again for taking a look!) |
colinrtwhite
added a commit
that referenced
this issue
Dec 12, 2023
colinrtwhite
added a commit
that referenced
this issue
Feb 29, 2024
colinrtwhite
added a commit
that referenced
this issue
Mar 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While implementing the Activity receipt view on iOS, I noticed some unexpected behavior with the
Column
view. The UI is defined as follows:In Xcode's view debugger, I'm seeing the following:
Note how the body view extends far below the bounds of its parent. This seems like a bug to me, or unexpected behavior at the very least.
The text was updated successfully, but these errors were encountered: