Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
26.12k
stars
2.26k
forks
source link
On Linux keyboard focus remains on owner window after calling ShowDialog #13134
Open
rprimora-pricer opened 1 year ago
Describe the bug
If I call ShowDialog, keyboard focus remains on the owner window.
To Reproduce
Steps to reproduce the behavior:
await new DialogWindow().ShowDialog(this);
Expected behavior
Once a new Window is opened as a dialog it should have the keyboard focus.
Environment