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

Fix issue with color selection on TitleBar page not being keyboard accessible #1080

Merged

Conversation

marcelwgn
Copy link
Collaborator

Description

The issue was that Buttons inside a GridView are not entirely accessible, we are now using the same way as on the SplitButton page to solve this problem. This PR also cleans up some dead code/empty spaces.

Motivation and Context

Fixes #1071

How Has This Been Tested?

Tested manually

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Copy link
Contributor

@pratikone pratikone left a comment

Choose a reason for hiding this comment

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

thanks for doing this. simplifies the code too

@bpulliam bpulliam merged commit 6d0322f into microsoft:main Oct 4, 2022
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

Successfully merging this pull request may close these issues.

TitleBar: Unable to select any color from the Background/foreground dropdown
3 participants