MaterialDesignInXAML / MaterialDesignInXAML/MaterialDesignInXamlToolkit
Validation rule is not fired when control is loaded with binding
未关闭
还没有人认领这个 Issue。
bug
evaluation required
- 主要语言
- C#
- 星标
- 16.3k
- 派生
- 3.5k
- 平均合并
- 1 天 22 小时
- 30 天内合并 PR
- 8
描述
Bug explanation
when a userControl is added with xaml directly, the validation rules used inside the UC works just fine, but when the same UC is loaded via binding of view model, the validation does not work. Here is an screenshot

and here is a demo project reproducing the problem: repo
I struggled a lot with this but just couldn't find a way to fix this. Also I don't know if this is something wrong with my code, or it is really a bug.
Version
4.5.0
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从链接的演示项目 WpfValidationProblem 开始,重现直接在 XAML 中添加用户控件与通过 view-model 绑定加载用户控件之间的差异。比较这两种加载路径,以确定验证规则未触发的原因,然后验证在报告的 4.5.0 设置下,这两种情况下验证都能正常工作。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp
- 领域
- desktop
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100