-
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
Fix Frame offsets inner content view by 1pt #24582
Conversation
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
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.
Hi @mattleibow , |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Azure Pipelines successfully started running 3 pipeline(s). |
ab0f251
to
3f212e8
Compare
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
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.
The iOS failure on Issue17366Test
feels like a valid failure
Might need to regenerate the screen shot for that test now that frame has changed or see if this is a bug caused by this pr
Hi @PureWeen , |
Azure Pipelines successfully started running 3 pipeline(s). |
Root Cause
Frame layout calculations included the border width even when no border color was set, causing incorrect frames and layout inconsistencies.
Description of Change
To fix this issue, a condition was added to check if the BorderColor is not null before applying the border width. This ensures that the bounds are only adjusted when a border color is actually set.
Issues Fixed
Fixes #23333
Validated the behaviour in the following platforms
Output Screenshot