dotnet/winforms

[Dark Mode]HelpProvider text color is barely visible

クローズ

#11,939 opened on 2024/08/20

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)C# (922 件のフォーク)batch import
area-DarkModehelp wanted

Repository metrics

Stars
 (4,100 個のスター)
PR merge metrics
 (平均マージ 14d 22h) (30d で 56 merged PRs)

説明

.NET version

9.0.0-rc.1.24418.2 + build private dll from winforms repo main branch

Did it work in .NET Framework?

No

Did it work in any of the earlier releases of .NET Core or .NET 5+?

This is a new feature Dark Mode: https://github.com/dotnet/winforms/pull/11857

Issue description

The text color of the helpProvider is barely visible in Dark Mode.

Dark Mode Screenshot 2024-08-20 160509 (1)

Classic Mode Screenshot 2024-08-20 160156 (1)

Steps to reproduce

  1. Create a .NET Core WinForms project
  2. Add button and helpProvider to the form
  3. Set button's properties as below
  • HelpString on helpProvider : testing 123
  • ShowHelp on helpProvider : True
  1. Build and run the project
  2. Click the button and press F1 key

コントリビューターガイド