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 accessibility of Find in Files when custom pattern option is selected #5816

Merged
merged 1 commit into from Dec 3, 2019

Conversation

gtritchie
Copy link
Member

On my previous pass through this dialog I missed the controls that are shown when you select "Custom Filter". This fixes issues with those:

  • contrast of the text showing examples was too low (bumped up contrast)
  • no accessible label for the custom pattern textfield (added aria-label)
  • example shown below textfield was not associated with the textbox (associated with aria-description)
  • behavior varies by screen reader, but on VoiceOver/macOS, when you tab to the text field it will now read it's label ("Custom Filter Pattern"), then the contents of the field, then after a brief pause, the description ("Example: *.R, *.r, *.csv...")

2019-12-02_16-04-18

- contrast of the text showing examples was too low (bumped up contrast)
- no accessible label for the custom pattern textfield (added aria-label)
- example shown below textfield was not associated with the textbox (associated with aria-description)
@gtritchie gtritchie added this to the v1.3 milestone Dec 3, 2019
@gtritchie gtritchie changed the title accessibility of Find in Files when custom pattern option is selected fix accessibility of Find in Files when custom pattern option is selected Dec 3, 2019
@gtritchie gtritchie merged commit 2ff2128 into master Dec 3, 2019
@gtritchie gtritchie deleted the bugfix/find-in-files-custom-pattern branch December 3, 2019 17:21
@gtritchie gtritchie moved this from In progress to Done in Accessibility (Open Source 1.3) Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants