-
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
[iOS] Border with image is wrong rendering. #20381
Comments
Could you please create a sample showing this occurring in an application? Looking at the image and your XAML, I think what you want is for the background image to fill the entire background and not have the blue background from the border show, but since it's an aspect fill that could be correct behavior based on whatever image you have. Also, having a simple reproduction sample would help create a test case to then fix the issue with and add to the MAUI test suite, should it be a bug. |
Hi @angrynerds-krzysztof. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md 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. |
@drasticactions I attached the video with the issue. Actually, I meant weird behavior in three second of this video. |
Thank you for specifying! I didn't notice that. We still need a sample though, since it's not just Border, but you're creating a popup. There's more that could be at issue than just the image. |
Hi @angrynerds-krzysztof. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md 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. |
I see the same behaviour in my app. |
trim.6E616082-5E66-467F-B378-9B6F5A052449.MOVThe Circle around the icon is a Border. It kind of moves into its correct shape. |
trim.088F11D6-1BF7-4CDA-9457-EEEECFC63772.MOVIn this video, the gray border, which wraps the icon, does not render correctly and doesn't even get into its shape. |
Hi @angrynerds-krzysztof. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md 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. |
Up ;) |
This issue is still active. here is a reproduction border.drawing.mp4 |
@PureWeen the original poster deleted their account. I provided a reproduction though. could you please reopen the issue? |
@QianaJiao could this issue please be reopened? The bug still persists and I posted a reproduction repo |
Description
The border with the image is wrong rendering on the iOS platform.
Steps to Reproduce
Please look at the video.
Screen.Recording.2024-02-06.at.09.44.36.mov
Additional attached XAML code
Link to public reproduction project repository
No response
Version with bug
8.0.6
Is this a regression from previous behavior?
Not sure, did not test other versions
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: