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

undefined in ariaLabel #181035

Closed
meganrogge opened this issue Apr 27, 2023 · 6 comments · Fixed by #181257
Closed

undefined in ariaLabel #181035

meganrogge opened this issue Apr 27, 2023 · 6 comments · Fixed by #181257
Assignees
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@meganrogge
Copy link
Contributor

Would it be possible to clarify the meaning of the message 'undefined use Shift + F7 to navigate changes'? More specifically why the word undefined in the message?

Originally posted by @jvesouza in #172465 (comment)

@meganrogge
Copy link
Contributor Author

We need let ariaLabel = options.ariaLabel || ''; here

let ariaLabel = options.ariaLabel;

@meganrogge meganrogge self-assigned this Apr 27, 2023
@meganrogge meganrogge added bug Issue identified by VS Code Team member as probable bug accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues labels Apr 27, 2023
@meganrogge meganrogge added this to the May 2023 milestone Apr 27, 2023
meganrogge added a commit that referenced this issue May 1, 2023
@vscodenpa vscodenpa added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels May 1, 2023
@joyceerhl joyceerhl added the verified Verification succeeded label May 31, 2023
@joyceerhl
Copy link
Collaborator

I cannot seem to get any hint about the diff editor to be read by Narrator 🤔

@joyceerhl joyceerhl reopened this May 31, 2023
@joyceerhl joyceerhl removed the verified Verification succeeded label May 31, 2023
@vscodenpa vscodenpa removed the insiders-released Patch has been released in VS Code Insiders label May 31, 2023
@meganrogge
Copy link
Contributor Author

@joyceerhl with screen reader mode on and diff editor verbosity enabled, open a diff editor from the scm view. It will only read the hint when you open it initially

@meganrogge
Copy link
Contributor Author

Note that I haven't tried with narrator - only nvda

@meganrogge
Copy link
Contributor Author

meganrogge commented May 31, 2023

Possible you disabled the setting when testing earlier? Closing to see if someone else can trigger it

@Tyriar
Copy link
Member

Tyriar commented Jun 1, 2023

undefined is gone:

image

There is a rogue space before "use", not that important but you may want to fix that? It's not clear what undefined is meant to be here when truthy?

@Tyriar Tyriar added the verified Verification succeeded label Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants