You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we close an application with a context flyout opened, it logs a crash in the Event Viewer: microsoft/PowerToys#28820
This is an issue in PowerToys utilities, which we fixed an instance of it by looping while waiting for the context flyout to closed before really closing, but it is reproable in the WinUI3 gallery as well.
Steps to reproduce the bug
Open the WinUI 3 Gallery application that's shipped in the Microsoft Store.
Enter the Text > TextBox screen.
Right click in the simple text box example so that the context menu appears.
Close the Gallery by clicking the exit button with the context menu opened. This will cause a crash.
Verify that there's an Event Viewer entry for the issue.
Expected behavior
That the application crashes without the issue.
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.4.5: 1.4.240411001
Windows version
Windows 11 (22H2): Build 22621
Additional context
The crash doesn't seem to occur if "Animation Effects" are turned off in the Windows settings.
The text was updated successfully, but these errors were encountered:
Describe the bug
When we close an application with a context flyout opened, it logs a crash in the Event Viewer:
microsoft/PowerToys#28820
This is an issue in PowerToys utilities, which we fixed an instance of it by looping while waiting for the context flyout to closed before really closing, but it is reproable in the WinUI3 gallery as well.
Steps to reproduce the bug
Expected behavior
That the application crashes without the issue.
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.4.5: 1.4.240411001
Windows version
Windows 11 (22H2): Build 22621
Additional context
The crash doesn't seem to occur if "Animation Effects" are turned off in the Windows settings.
The text was updated successfully, but these errors were encountered: