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

Orca does not read the line number in the breakpoint view #96987

Closed
jvesouza opened this issue May 5, 2020 · 5 comments
Closed

Orca does not read the line number in the breakpoint view #96987

jvesouza opened this issue May 5, 2020 · 5 comments
Assignees
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Milestone

Comments

@jvesouza
Copy link

jvesouza commented May 5, 2020

Issue Type: Bug

  1. Launch orca.
  2. Launch vscode.
  3. Create a file and put some code.
  4. Insert breakpoints.
  5. Press f1 and chose focus on Breakpoints View.
  6. Navigate in the view using arrows.

Orca only announces the name of the file without announcing the line number, although there appears to be a line number in the view.
cc/ @isidorn
VS Code version: Code - Insiders 1.45.0-insider (d4b8ec9, 2020-05-05T07:09:48.406Z)
OS version: Linux x64 5.6.10-arch1-1

Extensions (23)
Extension Author (truncated) Version
prettier-vscode esb 4.5.0
rest-client hum 0.23.2
code-groovy mar 0.1.2
xml-format mik 1.0.2
vscode-docker ms- 1.1.0
csharp ms- 1.21.17
python ms- 2020.4.76186
remote-containers ms- 0.115.0
remote-ssh ms- 0.51.0
remote-ssh-edit ms- 0.51.0
remote-wsl ms- 0.44.2
vscode-remote-extensionpack ms- 0.20.0
sqltools mtx 0.21.7
gradle-language nac 0.2.3
java red 0.61.0
vscode-xml red 0.11.0
vscode-checkstyle she 1.3.2
vscodeintellicode Vis 1.2.6
vscode-java-debug vsc 0.25.1
vscode-java-dependency vsc 0.9.0
vscode-java-pack vsc 0.9.0
vscode-java-test vsc 0.22.3
vscode-maven vsc 0.21.2
@isidorn isidorn added accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels May 5, 2020
@isidorn isidorn closed this as completed in 15e13c9 May 5, 2020
@isidorn isidorn self-assigned this May 5, 2020
@isidorn isidorn added this to the May 2020 milestone May 5, 2020
@microsoft microsoft deleted a comment from vscodebot bot May 5, 2020
@isidorn
Copy link
Contributor

isidorn commented May 5, 2020

@jvesouza great catch. It is fixed now, note that I only append the acutal number. I do not see "line number 7", just "7". If you would like a more concise form do please let me know.
Also great that you are using the debuger, let me know how it is accessibility wise!
This week we are releasing our stable build so the insdiers will only have the update with this fix on Friday I think
Thanks a lot

@jvesouza
Copy link
Author

jvesouza commented May 5, 2020

Thanks for the fix.

I started using the debugger recently in java applications and until now it seemed very accessible.

The problems I've encountered so far seem to have already been reported in issuee # 90842.

@isidorn
Copy link
Contributor

isidorn commented May 6, 2020

Glad to hear that, thanks!

@jvesouza
Copy link
Author

jvesouza commented May 8, 2020

This is fixed, great job.
Thanks.

@isidorn
Copy link
Contributor

isidorn commented May 11, 2020

Thanks for letting us know, adding verified label.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants