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 A11y issues in combobox and scroll bar #9064

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

Conversation

harshit7962
Copy link
Member

@harshit7962 harshit7962 commented Apr 30, 2024

Description

The following PR fixes Accessibility issue which occurs due to improper naming of nested controls of scroll bar and editable combo box. Additionally, it fixes the one's with datepicker.

Customer Impact

Customers using accessibility tools will find it easier to navigate with the help of narrator and other tools.

Regression

None

Testing

Local Build Pass
Sample Application Testing

Risk

The name of scroll bar's repeat button is hard coded to up, down, left or right in the changes. Might need to verify if this conveys the message or do we need to be able to bind it based on its parent name.

@harshit7962 harshit7962 requested a review from a team as a code owner April 30, 2024 15:00
@dotnet-policy-service dotnet-policy-service bot added the PR metadata: Label to tag PRs, to facilitate with triage label Apr 30, 2024
@dipeshmsft dipeshmsft changed the title Fixing ally issues in combobox and scroll bar Fixing a11y issues in combobox and scroll bar May 8, 2024
@dipeshmsft dipeshmsft changed the title Fixing a11y issues in combobox and scroll bar Fixing A11y issues in combobox and scroll bar May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR metadata: Label to tag PRs, to facilitate with triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants