-
Notifications
You must be signed in to change notification settings - Fork 804
Closed
Labels
area-AppWindowarea-Buttonarea-MousebugSomething isn't workingSomething isn't workingfix-releasedThe fix has been in a release (experimental, preview, stable, or servicing).The fix has been in a release (experimental, preview, stable, or servicing).
Milestone
Description
Describe the bug
When ExtendsContentIntoTitleBar = true is set on both the main window and any child windows, certain interactions cause incorrect cursor event processing.
Not reproducible in:
Microsoft.WindowsAppSDK 1.5.250108004
Steps to reproduce the bug
- Create a child window with ExtendsContentIntoTitleBar = true
- You can reproduce the issue by either minimizing the child window, or by moving the mouse cursor upward — starting from inside the child window, passing through its title bar, and continuing into the main window.
- Interact with UI elements in the main window
Expected behavior
Button hover states flickering;
Tooltips dont show;
MenuFlyoutSubItem closing;
Click events not firing correctly;
Screenshots
unknown_2025.04.25-18.24.mp4
NuGet package version
WinUI 3 - Windows App SDK 1.7.1: 1.7.250401001
Windows version
Windows 11 (24H2): Build 26100
Additional context
You can consistently reproduce the issue using the WinUI 3 Gallery app:
- Navigate to: Windowing > Multiple windows
- Click Create new Window
- You can reproduce the issue by either minimizing the child window, or by moving the mouse cursor upward — starting from inside the child window, passing through its title bar, and continuing into the main window.
Observe button hover flickering and click issues in the main window
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-AppWindowarea-Buttonarea-MousebugSomething isn't workingSomething isn't workingfix-releasedThe fix has been in a release (experimental, preview, stable, or servicing).The fix has been in a release (experimental, preview, stable, or servicing).
Type
Projects
Status
Done