MahApps window sometimes steals focus in our application. As it turned out, it can steal the focus in the official test app as well:
Now it steals focus
It should not steal the focus
Sorry, made the link public now
I encountered a lost-focus problem when I launch a metro window as dialog window (new MetroWindow().ShowDialog()). I remove GlowWindowBehavior in my metro window style.
Because I found that it will create 4 windows around the main window in order to implement shadow effect, and sometimes one of them will capture the focus. You can try to custom metro window style and remove GlowWindowBehavior.
@bardospeter @JerryJian This is fixed now and will be available in 1.6.0 (also available in latest pre-release)
Most helpful comment
@bardospeter @JerryJian This is fixed now and will be available in 1.6.0 (also available in latest pre-release)