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

3.5.1版本输入error信息文本颜色变为了黑色,应该是红色 #1641

Open
cc-7fan opened this issue Aug 30, 2024 · 0 comments
Open

Comments

@cc-7fan
Copy link

cc-7fan commented Aug 30, 2024

Describe the bug

这是3.5.1版本的异常错误提示效果:
image
这是老版本3.4.0的正常效果:
image

Steps to reproduce the bug

<hc:TextBox Grid.Row="0" Style="{StaticResource TextBoxExtend}" Text="{Binding ActionName, UpdateSourceTrigger=PropertyChanged, ValidatesOnDataErrors=True, NotifyOnValidationError=True}" IsEnabled="{Binding IsCanWrite}" hc:InfoElement.Symbol="*" hc:TitleElement.TitleWidth="100" hc:InfoElement.TitlePlacement="Left" hc:InfoElement.Title="Name" hc:InfoElement.Necessary="True" Width="500" VerticalAlignment="Center"/>

这是一个TextBox,定义如上,默认其错误提示文字应该是红色,实际如图是黑色

Expected behavior

No response

Screenshots

No response

NuGet package version

None

IDE

Visual Studio 2022

Framework type

.Net Framework 4.7.1

Windows version

May 2021 Update (19043)

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant