Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation-Popup won't be opened after closing by mouse left button down #2866

Closed
andy294 opened this issue Feb 22, 2017 · 0 comments
Closed
Labels
Milestone

Comments

@andy294
Copy link

andy294 commented Feb 22, 2017

What steps will reproduce this issue?

  • Open MahApps.Metro.Demo.Shared\App.xaml
  • Change the Property 'CloseOnMouseLeftButtonDown' of the 'MetroValidationPopup'-Style to 'true'
  • Start the MahApps-Metro-Demo-Application
  • Open the 'text'-Examples-View
  • Go to the TextBox with the watermark 'Number smaller than 10' and enter a number smaller than 10 (The validation popup is visible)
  • Click with the left mouse button on the validation popup (the popup will be closed)

Now it's not possible to open the validation popup again.

Expected outcome

After closing the validation popup by mouse left button down, the popup should be opened, when the TextBox will be selected again.

Environment

  • MahApps.Metro v1.4.3
  • Windows OS 7
  • Visual Studio 2015
  • .NET Framework 4.6.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants