You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comments can be tested using the GitHub Pull Requests and Issues extension.
Install the pre-release version of GitHub Pull Requests and Issues.
Check out a PR that has some comments, or expand a PR that has comments in the "Pull Requests" view.
Toggle "Screen reader accessibility" mode on.
Using a screen reader, verify that when you open a file with commenting ranges that you hear a status read that the editor has commenting ranges.
Verify that if you open the editor accessibility help menu (alt + F1) in a file with commenting ranges that the help menu include useful information about navigating comments.
Try out the comment help from the accessibility help menu. Verify that you can use the listed keyboard shortcuts for comments.
Open the "Comments" view. Use your keyboard to navigate through the "Comments" view. Verify that enter causes the comment to be revealed and focused. Verify that space just reveals the comment.
When a comment widget gets focused, verify that you hear about accessibility help. Trigger that (alt + F1) and verify it has useful information / walks a person through what they should expect.
Disable accessibility.verbosity.comments and verify that you no longer hear the hint to open accessibility help when you focus a comment widget, an editor with comments, or a diff editor with comments.
The text was updated successfully, but these errors were encountered:
Refs: microsoft/vscode-pull-request-github#1930, #192377
Complexity: 4
Authors: @alexr00, @meganrogge
Create Issue
Comments can be tested using the GitHub Pull Requests and Issues extension.
(alt + F1)
in a file with commenting ranges that the help menu include useful information about navigating comments.(alt + F1)
and verify it has useful information / walks a person through what they should expect.accessibility.verbosity.comments
and verify that you no longer hear the hint to open accessibility help when you focus a comment widget, an editor with comments, or a diff editor with comments.The text was updated successfully, but these errors were encountered: