HandyOrg / HandyControl

Contains some simple and commonly used WPF controls
https://handyorg.github.io/
MIT License
6.18k stars 1.04k forks source link

处于禁用时 TextBoxPlusBaseStyle 的 Title 颜色效果没有变化 #1488

Closed CodingOctocat closed 8 months ago

CodingOctocat commented 1 year ago

触发器似乎忘记处理 Title 了,导致界面整体禁用(IsEnabled=False)变灰后,Title 的文字仍然很显眼。 此问题包括 ReadOnlyComboBox 及任何支持 hc:TitleElement.Title 的控件。

https://github.com/HandyOrg/HandyControl/blob/babf40e59fe9e57eb185e4658ce46036610083f9/src/Shared/HandyControl_Shared/Themes/Styles/Base/TextBoxBaseStyle.xaml#L194

NaBian commented 8 months ago

设计如此