-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] Fix Border clipping issues #18134
Conversation
Does this fix by any chance also fix this issue? It would be really great to get a fix for that too. If both these are fixed we can get consistent predictable layouts with Borders which is really critical for putting out any projects using Borders. It would help a lot. Currently, between both of these bugs it is very hard to know how anything will look on any given platform or consistently control it. |
Also, I hate to pile on, but I just remembered in iOS we also have this pretty bad bug, which I think might be due to automatic iOS animation tweening of the object preventing it from reaching the target size immediately: If we could get all three of these fixed (the masking, the drawing to the edges, and the iOS lagging) Border would be pretty solid for use and it would be appreciated. Thanks again. |
Hi @jsuarezruiz. |
Description of Change
(Work in progress)
Fix Border clipping issues on Android.
The issue mentions problems in Windows, but I can't reproduce them.
Added a golden test to validate this scenario.
Issues Fixed
Fixes #18071