-
-
Notifications
You must be signed in to change notification settings - Fork 931
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
2026-01-15_15h35_06.mp4
The issue can now be consistently reproduced.
When hovering the mouse cursor near the close button (top-right corner) of the window, the button flickers and sometimes becomes unclickable, as shown in the attached video.
To Reproduce
- Create a new project
- Select WPF UI – Fluent Navigation template
- Place the attached XAML and C# files under:
Views / Windows
- Add the following method to SettingsViewModel.cs:
[RelayCommand]
private void OnTestWindow()
{
var testWindow = new Views.Windows.TestWindow()
{
Owner = App.Current.MainWindow
};
testWindow.ShowDialog();
}- Run the application
- Click the Settings button
- Click the Test Window button
- When the window appears, move the mouse cursor near the close button
Expected behavior
- The close button should remain stable on hover
- The button should always be clickable
Screenshots
No response
OS version
Windows 11 Pro
.NET version
.NET 10
WPF-UI NuGet version
4.1.0 - 4.2.0
Additional context
If it helps, I can upload the full project files for investigation.
Please let me know if that would be useful.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working