MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.32k stars 2.45k forks source link

Validation template bug in flyout #2779

Closed relseah closed 4 years ago

relseah commented 7 years ago

What steps will reproduce this issue?

The flyout contains multiple textboxes with attached validation. If the flyout opens the validation template will be instantly shown and not after the first invalid input. Also the message is display on the other side of the screen. After an invalid input with open flyout everything works normal again.

Environment

punker76 commented 4 years ago

Duplicate of #2695