-
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
Border margin issue #11994
Comments
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Is this going to be fixed? Or is there any workaround? |
Verified this issue with Visual Studio Enterprise 17.7.0 Preview 1.0. Can repro on android platform with above project. |
I've tested my repro with net8-pre5, this issue is still here. |
I'm curious if this is related to #15339 that was just fixed? |
Preview 7 seems to have broken thickness on Windows as well. There is clipping on the bottom and right of a border. This is especially noticable on larger thickness values. |
Any update with RC1 ? |
Description
I'm trying to use Border in replacement on Frame.
Border and Frame should look the same in this example, but it's not the case.
Here is what it looks like on Android: margin of Border seems wrong.
Here is what it looks like on iOS: thickness of Border seems wrong.
This issue is similar to #7764, however the proposed workaround does not work properly.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/tranb3r/Issues/tree/main/MauiAppBorderMargin
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android
Affected platform versions
iOS and Android
Did you find any workaround?
A workaround could consist in adjusting Margin with negative values (on Android).
However, the magical number to set seems to depend on display resolution, so it's not a viable workaround.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: