-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[Android]View positioned as absolute was clipped by parent view #14671
Comments
@hramos four days has gone, could you please give some help? |
Opening an issue doesn't guarantee a fix, there's over a 1,000 open right now that have been open for longer, I'm afraid. You may consider adding screenshots or a link to a Snack as this may make it easier for people to reproduce the issue. Whoever embarks on fixing it has to do this anyway, so it's respectful of their time to do this work ahead of time if you're interested in seeing it fixed. |
@hramos Many thanks for your reply. I will complete this issue later. |
The same bug with react-native 0.45.1/Android 6.0 |
If you really need this feature, you can try the Android Nodes implementation (still a work in progress) that brings support for |
@AaaChiuuu :D Any update of "Nodes" (the new mechanism for layout)? That seems will solve the 'overflow: visible' on Android. RoadMap show ETA: June. |
Nodes is on its way out. Having said that, we are in the very, very early stages of writing a (hopefully) simpler UI rendering layer. |
@AaaChiuuu should we remove Nodes from the roadmap? |
Yes |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
Root cause (or at least the issue with the most detail): #6802 |
Description
parts of child View which exceed border of parent View should be expected to be visible but not clipped. style parent View with
overflow: visible
cannot make it either. IOS is okReproduction Steps
run sample code below
Sample Code
Solution
Any solution is appreciated.
Additional Information
The text was updated successfully, but these errors were encountered: