dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.03k stars 1.73k forks source link

Frame clipping incorrectly on Windows #14078

Open PureWeen opened 1 year ago

PureWeen commented 1 year ago

Description

Run the sample from https://github.com/dotnet/maui/issues/13469

Expected

image

Actual

image

This doesn't appear to be a regression from our recent changes with Frame. I ran the sample against 7.0.49 and that also seems to offset the image in a way that doesn't match ios/android.

Steps to Reproduce

Run the attached sample on WinUI

Link to public reproduction project repository

https://github.com/ManfredRohleder/FrameIssueAndroid

Version with bug

8.0 previews

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android

Did you find any workaround?

No

Relevant log output

No response

ghost commented 1 year ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

Zhanglirong-Winnie commented 1 year ago

Verified this issue with Visual Studio Enterprise 17.7.0 Preview 1.0. Can repro on windows platform with sample project. FrameIssueAndroid-master.zip Screenshot 2023-06-19 150429