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
I would have expected that if a ContentDialog is shown, no interaction with anything in the background is possible. But this is not what's currently happening. To me it seems that when the ContentDialog has no control that the user can interact with, the focus can "escape" to the background and interact with the controls that are supposed to be "disabled".
To me this is a severe issue, as i use ContentDialog as progress message dialogs and during their showtime the user is not supposed to interact with anything that is in the background of the dialog.
Closing this as it is possibly a duplicate of #5739 but this should really be investigated and fixed at the framework level, as imho this is a critical bug.
Describe the bug
I would have expected that if a
ContentDialog
is shown, no interaction with anything in the background is possible. But this is not what's currently happening. To me it seems that when theContentDialog
has no control that the user can interact with, the focus can "escape" to the background and interact with the controls that are supposed to be "disabled".To me this is a severe issue, as i use
ContentDialog
as progress message dialogs and during their showtime the user is not supposed to interact with anything that is in the background of the dialog.Sample to reproduce: TestContentDialog.zip
Steps to reproduce the bug
Expected behavior
No interaction with anything but the
ContentDialog
is possible while theContentDialog
is open.Screenshots
TestContentDialog.mp4
NuGet package version
WinUI 3 - Windows App SDK 1.6.1: 1.6.240923002
Windows version
Windows 10 (21H2): Build 19044
Additional context
No response
The text was updated successfully, but these errors were encountered: