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

Able to change the window height even if IsResizable is false but ExtendsContentIntoTitleBar is true #9709

Closed
eduardobragaxz opened this issue Jun 7, 2024 · 3 comments
Labels
area-TitleBar Issues related to custom window title bars. area-Windowing bug Something isn't working closed-Fixed Described behavior has been fixed. fix-released The fix has been in a release (experimental, preview, stable, or servicing). Regression team-CompInput Issue for IXP (Composition, Input) team
Milestone

Comments

@eduardobragaxz
Copy link

Describe the bug

If you set ExtendsContentIntoTitleBar to true you'll still be able to change a window's height when IsResizable is false.

Steps to reproduce the bug

Set presenter.IsResizable to false and ExtendsContentIntoTitleBar to true and try to change the window's height with the cursror.

Expected behavior

No response

Screenshots

No response

NuGet package version

WinUI 3 - Windows App SDK 1.6 Experimental 1: 1.6.240531000-experimental1

Windows version

Windows 11 (22H2): Build 22621

Additional context

I'm not sure this is already fixed internally as part of #8665. @codendone

@eduardobragaxz eduardobragaxz added the bug Something isn't working label Jun 7, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Jun 7, 2024
Copy link

github-actions bot commented Jun 7, 2024

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.

@codendone codendone added team-CompInput Issue for IXP (Composition, Input) team area-TitleBar Issues related to custom window title bars. area-Windowing and removed needs-triage Issue needs to be triaged by the area owners labels Jun 8, 2024
@codendone
Copy link
Contributor

This is very similar to #9670, though that issue is only talking about the cursor being incorrect.

I'm not able to actually resize the window when using 1.5, but I do repro the issue with 1.6-experimental1.

@llongley llongley added the closed-Fixed Described behavior has been fixed. label Jul 10, 2024
@codendone codendone added this to the WinAppSDK 1.6 milestone Jul 11, 2024
@codendone
Copy link
Contributor

This was closed as fixed/duplicate of #7629. The fix will be in the next 1.6 release.

@codendone codendone added the fix-released The fix has been in a release (experimental, preview, stable, or servicing). label Aug 14, 2024
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 bug Something isn't working closed-Fixed Described behavior has been fixed. fix-released The fix has been in a release (experimental, preview, stable, or servicing). Regression team-CompInput Issue for IXP (Composition, Input) team
Projects
None yet
Development

No branches or pull requests

3 participants