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
The user presses a button inside Flyout to execute a command and if an error message dialog appears, he has to click twice in order to close it (one time to close Flyout and the second time to close the message box). The problem appears only if the user clicks the message box affirmative button; if Enter is pressed, then the button is pressed.
Expected outcome
The dialog should have focus so the user does not need to click it twice in order to close it, or the Flyout should be closed when the message box appears.
Environment
MahApps.Metro v1.2.4
Windows 10
Visual Studio 2015
.NET Framework 4.6.1
The text was updated successfully, but these errors were encountered:
The attached project reproduces the problem as closely as possible as it is in my project. I observed that the problem is appears when flyout IsPinned="false". Test.zip
What steps will reproduce this issue?
The user presses a button inside Flyout to execute a command and if an error message dialog appears, he has to click twice in order to close it (one time to close Flyout and the second time to close the message box). The problem appears only if the user clicks the message box affirmative button; if Enter is pressed, then the button is pressed.
Expected outcome
The dialog should have focus so the user does not need to click it twice in order to close it, or the Flyout should be closed when the message box appears.
Environment
The text was updated successfully, but these errors were encountered: