Getting ExtendsContentIntoTitleBar value will cause unicolor title bar since WASDK 1.6 #9988
Labels
area-AppWindow
area-TitleBar
Issues related to custom window title bars.
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
Describe the bug
Since Windows App SDK 1.6, the title bar of a window will turn completely unicolor, if
AppWindow.ExtendsContentIntoTitleBar
is read (yes, just getting the value, not even setting it).If the Windows color mode is set to dark, the title bar will be completely black; for light mode completely white. There will be NO Mica effect on the title bar.
This is a regression - in Windows App SDK 1.5 this is not reproducible.
Steps to reproduce the bug
WindowsSdkPackageVersion
stuff...)MainWindow
constructor:var unusedVariable = AppWindow.TitleBar.ExtendsContentIntoTitleBar;
Expected behavior
AppWindow.TitleBar.ExtendsContentIntoTitleBar
should not change anything with the title bar (color). Especially the Mica effect shall be retained.Screenshots
Title bar with get
AppWindow.TitleBar.ExtendsContentIntoTitleBar
:Titlebar without get
AppWindow.TitleBar.ExtendsContentIntoTitleBar
:NuGet package version
WinUI 3 - Windows App SDK 1.6.0: 1.6.240829007
Windows version
Windows 11 (22H2): Build 22621
Additional context
No response
The text was updated successfully, but these errors were encountered: