`ShowMessageBox` freeze primary window when show a message box on secondary windows
- Dominant language
- C#
- Stars
- 1.1k
- Forks
- 155
- PR merge metrics
- No merged PRs in 30d
Description
**Description**
When call `IoC.Get().ShowDialog` or `IoC.Get().ShowMessageBox` on secondary window, the primary window will be freezen.
With ShowDialog provide by the runtime, primary window works fine.
**To Reproduce**
Code to reproduce the bug, which someone else can run.
**Version Info**
- Stylet version: 1.3.6
- Runtime version: .Net6
**Additional Info**
## With stylet messagebox:


## With system messagebox:

## Here is the code related:
https://github.com/1Remote/PRemoteM/blob/dev_net6/Ui/View/Host/TabWindowViewModel.cs#L236-L237
https://github.com/1Remote/PRemoteM/blob/58805bd0bb59757e9016a89cdfd14300a64278b7/Ui/Utils/MessageBoxHelper.cs#L26-L33
And you can get the exe file from:
https://github.com/1Remote/PRemoteM/releases
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.