Skip to content
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

ExtendsContentIntoTitleBar causes the minimize/maximize button overflow window on win10 #9339

Open
632575987 opened this issue Feb 8, 2024 · 1 comment
Labels
area-TitleBar Issues related to custom window title bars. bug Something isn't working team-CompInput Issue for IXP (Composition, Input) team

Comments

@632575987
Copy link

Describe the bug

Use the template to create a winui3 packaging application based on WindowsAppSDK1.4.4+, after setting ExtendsContentIntoTitleBar, when the mouse moves to the minimize maximize button, the top of the button will overflow the window on win10 system, and the rendering is normal on win11
Snipaste_2024-01-30_23-28-38

Steps to reproduce the bug

1.create a winui3 project;
2.set ExtendsContentIntoTitleBar = true in MainWindow.xaml.cs

        public MainWindow()
        {
            this.InitializeComponent();
            this.Activated += MainWindow_Activated;
            this.Closed += MainWindow_Closed;
            ExtendsContentIntoTitleBar = true;
        }

2.mouse hover the right-top minimize button or maximize button

Expected behavior

No response

Screenshots

No response

NuGet package version

None

Packaging type

No response

Windows version

No response

IDE

No response

Additional context

No response

@codendone codendone transferred this issue from microsoft/WindowsAppSDK Feb 15, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Feb 15, 2024
Copy link

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-TitleBar Issues related to custom window title bars. bug Something isn't working team-CompInput Issue for IXP (Composition, Input) team
Projects
None yet
Development

No branches or pull requests

2 participants