form.ShowDialog(owner) with owner that is Topmost stays hidden behind the owner
Open
:boom: regression-release
priority-2
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 20h 23m
- Merged PRs (30d)
- 103
Description
* .NET Core Version: 5
* Have you experienced this same bug with .NET Framework?: No, works correctly in 4.7.2
**Problem description:**
form.ShowDialog(owner) with owner that is Topmost stays hidden behind the owner.
**Expected behavior:**
It should be put in front of the owner
Contributor guide
Assessment
This issue has not been assessed yet.