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

add help menu for accessible views #189883

Merged
merged 1 commit into from
Aug 8, 2023
Merged

Conversation

meganrogge
Copy link
Contributor

@meganrogge meganrogge commented Aug 8, 2023

fixes #189824

adds help menus for the accessible views and adds a hint to the aria label about opening accessibility help to reduce aria label size.

there's still an issue where when going from the view to the help dialog, the focus on macos doesn't get updated

cc @rperez030 this is the same thing where the focus is on the right element, but VoiceOver doesn't notice that until the cursor is moved.

@meganrogge meganrogge self-assigned this Aug 8, 2023
@meganrogge meganrogge added this to the August 2023 milestone Aug 8, 2023
}
}
if (helpHint) {
ariaLabel = provider.options.ariaLabel ? localize('helpAriaKb', "{0}, {1}", provider.options.ariaLabel, helpHint) : localize('accessible-view', "Accessible View, {0}", helpHint);
Copy link
Member

Choose a reason for hiding this comment

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

The first one just localizes a comma

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure what you mean

@meganrogge meganrogge merged commit a542f0b into main Aug 8, 2023
7 checks passed
@meganrogge meganrogge deleted the merogge/help-dialog-view branch August 8, 2023 04:11
@github-actions github-actions bot locked and limited conversation to collaborators Sep 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

escape in go to symbol accessible view closes accessible view
2 participants