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

Fixing HighContrast theme in Fluent #10094

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

dipeshmsft
Copy link
Member

@dipeshmsft dipeshmsft commented Nov 19, 2024

Fixes # #10043

Main PR

Description

While fixing TemplateBinding for different controls, some resource keys in HC.xaml got duplicated, which when loaded causes the above issue.

Customer Impact

Developers will be able to use Fluent in HighContrast mode.

Regression

Yes, as compared to .NET 9 Preview 4 release.

Testing

Ad-hoc testing.

Risk

Minimal.

Microsoft Reviewers: Open in CodeFlow

@dipeshmsft dipeshmsft requested review from a team as code owners November 19, 2024 07:53
@dotnet-policy-service dotnet-policy-service bot added the PR metadata: Label to tag PRs, to facilitate with triage label Nov 19, 2024
@dipeshmsft dipeshmsft added the Port to .NET 9.0 Fixes that need to ported back to .NET 9 label Nov 29, 2024
Copy link
Member

@harshit7962 harshit7962 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -83,7 +83,7 @@

<SolidColorBrush x:Key="ControlSolidFillColorDefaultBrush" Color="{StaticResource SystemColorButtonFaceColor}" />

<SolidColorBrush x:Key="SystemColorWindowColorBrush" Color="Transparent" />
<SolidColorBrush x:Key="SubtleFillColorTransparentBrush" Color="Transparent" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see this resource being used anywhere. Is this part of our parity work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Port to .NET 9.0 Fixes that need to ported back to .NET 9 PR metadata: Label to tag PRs, to facilitate with triage Win 11 Theming
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants