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

The FormCaptionTextColorChanged event property of the Form does not work #11898

Closed
Nora-Zhou01 opened this issue Aug 16, 2024 · 6 comments · Fixed by #11907
Closed

The FormCaptionTextColorChanged event property of the Form does not work #11898

Nora-Zhou01 opened this issue Aug 16, 2024 · 6 comments · Fixed by #11907
Labels
🚧 work in progress Work that is current in progress
Milestone

Comments

@Nora-Zhou01
Copy link
Member

Nora-Zhou01 commented Aug 16, 2024

.NET version

.NET SDK 9.0.100-rc.1.24415.1 + build private dll form winforms repo release/9.0 branch

Did it work in .NET Framework?

No

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

No, this is a new feature Dark Mode: #11857

Issue description

Form's FormCaptionTextColorChanged event property doesn't work, can't display text color correctly.
Actual result:
11898

Expected result:
The FormCaptionTextColorChanged event of the Form should display the text color correctly.

Steps to reproduce

  1. Launch theFormCaptionTextColorChanged-TestApp.zip project in VS and run it.
  2. Observe the value in textbox control.
@Nora-Zhou01 Nora-Zhou01 added the untriaged The team needs to look at this issue in the next triage label Aug 16, 2024
@Nora-Zhou01 Nora-Zhou01 changed the title The FormCaptionTextColorChanged event property of the Form does not work [Dark Mode] The FormCaptionTextColorChanged event property of the Form does not work Aug 16, 2024
@Nora-Zhou01 Nora-Zhou01 changed the title [Dark Mode] The FormCaptionTextColorChanged event property of the Form does not work The FormCaptionTextColorChanged event property of the Form does not work Aug 16, 2024
@dotnet-policy-service dotnet-policy-service bot added the 🚧 work in progress Work that is current in progress label Aug 17, 2024
@dotnet-policy-service dotnet-policy-service bot removed the untriaged The team needs to look at this issue in the next triage label Aug 19, 2024
@Zheng-Li01
Copy link
Member

Verified the issue with .NET SDK 9.0.100-rc.2.24420.21 + private dlls built from winforms repo main branch , the issue has been fixed that the FormCaptionTextColorChanged event property of the Form work working well as below screenshot.
image

@Zheng-Li01 Zheng-Li01 added this to the 10.0 Preview1 milestone Aug 22, 2024
@Nora-Zhou01
Copy link
Member Author

Verified this issue in the latest .NET 9 RC1 build: 9.0.100-rc.1.24421.9 from https://aka.ms/dotnet/9.0.1xx-rc1/daily/dotnet-sdk-win-x64.exe, it was fixed:
11898

@Zheng-Li01 Zheng-Li01 modified the milestones: 10.0 Preview1, 9.0 RC1 Aug 22, 2024
@Zheng-Li01
Copy link
Member

Verified the issue with .NET 9.0.100-rc.1.24422.10 test pass build, the issue has been fixed that have the same results as above.

@John-Qiao
Copy link
Member

Verified this issue in the latest .NET9.0 SDK build: 9.0.100-rc.2.24428.6, it was fixed. Same test result as above.

@Zheng-Li01
Copy link
Member

Verified the issue with .NET 9.0.100-rc.1.24452.12 test pass build that the issue has been fixed that have the same results as above.

@Nora-Zhou01
Copy link
Member Author

Verified the issue with .NET 9.0.100-rc.2.24474.11 test pass build that the issue has been fixed, which have the same results as above.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🚧 work in progress Work that is current in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants