-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
We should show the DiffReview
by default for screen reader users when /fix
is used
#182789
Labels
accessibility
Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
feature-request
Request for new features or functionality
insiders-released
Patch has been released in VS Code Insiders
polish
Cleanup and polish issue
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
Comments
meganrogge
added
bug
Issue identified by VS Code Team member as probable bug
accessibility
Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
polish
Cleanup and polish issue
labels
May 17, 2023
hediet
added a commit
that referenced
this issue
Jul 18, 2023
hediet
added a commit
that referenced
this issue
Jul 18, 2023
hediet
added a commit
that referenced
this issue
Jul 18, 2023
hediet
added a commit
that referenced
this issue
Jul 19, 2023
Introduces onlyShowAccessibleDiffViewer. Fixes #182789
vscodenpa
added
the
unreleased
Patch has not yet been released in VS Code Insiders
label
Jul 19, 2023
👌👌👍👋 |
vscodenpa
added
insiders-released
Patch has been released in VS Code Insiders
and removed
unreleased
Patch has not yet been released in VS Code Insiders
labels
Jul 20, 2023
hediet
added
feature-request
Request for new features or functionality
verification-needed
Verification of issue is requested
and removed
bug
Issue identified by VS Code Team member as probable bug
labels
Jul 21, 2023
Hi I was wondering what are the verification steps? |
aiday-mar
added
the
verification-steps-needed
Steps to verify are needed for verification
label
Jul 25, 2023
Just open the inline chat when screenreader mode is enabled and enter an instruction. At the moment this crashes though (#188750). |
Verification for this project is by authentic by Microsoft and Microsoft account through github |
meganrogge
added
verified
Verification succeeded
and removed
verification-steps-needed
Steps to verify are needed for verification
labels
Jul 26, 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
feature-request
Request for new features or functionality
insiders-released
Patch has been released in VS Code Insiders
polish
Cleanup and polish issue
verification-needed
Verification of issue is requested
verified
Verification succeeded
ATM, users must tab into the editor and invoke
f7
for a nice experience. Even if they were to do this manually, we want to prevent them from going into the underlying diff editors where the audio cues don't work and because navigation in those will be tedious.Hack that worked to prevent tab from stopping at those editors, removed the close button which would bring the user back to them, and to focus the
DiffReview
, these hacks worked but aren't ideal/mergeable.https://github.com/microsoft/vscode/compare/merogge/enter-diff-review
@jrieken had the idea that this could be accomplished by passing in original/modified
ITextModel
info instead of adiffEditor
to theDiffReview
.It's even more hacky and not working for me, so will wait for @hediet to see if he has any other ideas
https://github.com/microsoft/vscode/compare/merogge/try-other-hack
3rd attempt, slightly less hacky but doesn't fully work because
options.diffReviewOnly
is alwaysfalse
somehowhttps://github.com/microsoft/vscode/compare/merogge/3
The text was updated successfully, but these errors were encountered: