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

Bug: ExtendsContentIntoTitleBar causes the minimize/maximize button overflow window on win10 #9354

Closed
632575987 opened this issue Feb 18, 2024 · 2 comments
Labels
area-TitleBar Issues related to custom window title bars. area-Windowing team-CompInput Issue for IXP (Composition, Input) team

Comments

@632575987
Copy link

Describe the bug

Use the template to create a winui3 packaged 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, 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 22, 2024
@codendone codendone added team-CompInput Issue for IXP (Composition, Input) team area-TitleBar Issues related to custom window title bars. area-Windowing labels Feb 22, 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.

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Feb 22, 2024
@bpulliam bpulliam removed the needs-triage Issue needs to be triaged by the area owners label Feb 23, 2024
@codendone
Copy link
Contributor

Dup of #9339

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. area-Windowing team-CompInput Issue for IXP (Composition, Input) team
Projects
None yet
Development

No branches or pull requests

3 participants