maui icon indicating copy to clipboard operation
maui copied to clipboard

Updating Microsoft.WindowsAppSDK to 1.2 experimental breaks Titles on Shell

Open rmarinho opened this issue 3 years ago • 1 comments

Description

When testing the new 1.2 version of WindowsAppSDK we found some issues with the size of the Title and TitleView.

image

After update

image

Steps to Reproduce

1 - Create Filew new app 2 - Run the app and check the Title 3 - Update Microsoft.WindowsAppSDK to Version="1.2.220727.1-experimental1" 4 - Compare the Title

Link to public reproduction project repository

https://github.com/dotnet/maui

Version with bug

6.0.486 (current)

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

Windows App SDK 1.2 expermienta

Did you find any workaround?

No response

Relevant log output

No response

rmarinho avatar Sep 21 '22 17:09 rmarinho

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.

ghost avatar Sep 21 '22 18:09 ghost

Fixed by https://github.com/dotnet/maui/pull/10273

PureWeen avatar Sep 26 '22 16:09 PureWeen