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

[ToggleSplitButton] Inaccurate color palette for Checked & Disabled state #9098

Open
ToukZ opened this issue Nov 17, 2023 · 0 comments
Open
Labels
area-SplitButton bug Something isn't working team-Controls Issue for the Controls team

Comments

@ToukZ
Copy link

ToukZ commented Nov 17, 2023

Describe the bug

ToggleSplitButton accepts both the IsEnabled and IsChecked properties, but when both of those properties meet, the coloring of the button fails to represent them both (see Screenshot below, happens on both Light Mode and Dark Mode).

What it feels currently is that the component is simply Enabled and Checked, since the bright blue coloring portrays as such.

Steps to reproduce the bug

  1. Go To 'ToggleSplitButton' Page;
  2. Click the button to 'Check' it;
  3. Set the 'IsEnabled' property of the button on code to 'False';
  4. See Error.

Expected behavior

Button should properly convey by their color that it is Checked and Disabled to the user.

Screenshots

image
Toggle Split Button page on WinUI3 Gallery, with a checked toggleSplitButton that was disabled.

NuGet package version

WinUI 3 - Windows App SDK 1.4.2: 1.4.231008000

Windows version

Windows 10 (21H2): Build 19044

Additional context

No response

@ToukZ ToukZ added the bug Something isn't working label Nov 17, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Nov 17, 2023
@bpulliam bpulliam added team-Controls Issue for the Controls team area-SplitButton and removed needs-triage Issue needs to be triaged by the area owners labels Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-SplitButton bug Something isn't working team-Controls Issue for the Controls team
Projects
None yet
Development

No branches or pull requests

2 participants