-
Notifications
You must be signed in to change notification settings - Fork 802
Closed
Labels
RegressionbugSomething isn't workingSomething isn't workingclosed-FixedDescribed behavior has been fixed.Described behavior has been fixed.
Milestone
Description
Describe the bug
This bug drives me mad. It started with WinAppSDK 1.6.
When ExtendsContentIntoTitleBar = true; is set in the main window, and main window is minimized, child windows start incorrectly processing cursor events.
The bug is likely tied to how WinUI 3 manages input events when ExtendsContentIntoTitleBar is enabled. Which leads to a wide variety of bugs, such as controls flickering on hover.
Reproducible on: Windows App SDK 1.6.x
Not reproducible on: Windows App SDK 1.5.x
Steps to reproduce the bug
- Enable
ExtendsContentIntoTitleBar = truein the Main Window to use a modern title bar. - Create a Second Window.
- Minimize the Main Window.
- Hover over any controls in the Second Window.
- Observe flickering and incorrect pointer events.
Repo to reproduce: https://github.com/ramjke/SecondWindowFlickeringTest
Expected behavior
PointerEntered should trigger only once when the cursor enters a control.
Screenshots
video.mp4
NuGet package version
WinUI 3 - Windows App SDK 1.6.5: 1.6.250205002
Windows version
Windows 11 (23H2): Build 22631
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
RegressionbugSomething isn't workingSomething isn't workingclosed-FixedDescribed behavior has been fixed.Described behavior has been fixed.
Type
Projects
Status
Done