You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jonmdev. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version.
You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository.
This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
Description
When a Border in iOS is created, it does not crop/mask its nested components correctly.
Correct Behavior (Android):
Here is a simple configuration in Android rendering correctly:
Wrong Behavior (iOS):
Here it is in iOS showing clearly abnormal behavior:
In Android, the Border stroke is drawn correctly OVERTOP of the underlying/nested elements, and the alignment of the mask is correct.
In iOS, the Border stroke is drawn UNDERNEATH the nested elements, and the alignment of the mask or underlying elements is completely off.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/jonmdev/Border-iOS-Mask-Bug
Version with bug
7.0.96
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: