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

Usability: NVDA is not reciting when "Format Code" is applied to the code. #17246

Closed
WiproPSAccTest opened this issue Dec 15, 2016 · 1 comment
Assignees
Labels
a11ymas Issue from accessibility team accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues windows VS Code on Windows issues
Milestone

Comments

@WiproPSAccTest
Copy link

WiproPSAccTest commented Dec 15, 2016

VS Code Version: 1.6.1
OS Version:1607
NVDA version:-2016.2.1

Steps to Reproduce:
Prerequisite: Node.js and git repository need to be installed.
1.Open Visual studio code editor.
2.open any file and using "Ctrl+1" key navigate to the first vs code editor.
3.Using "Alt+Shift+F", key apply "Format Code" to the existing code.

Expected result:
NVDA should recite the information when "Format Code" is applied to the existing code.
EX:-If we apply by using "Alt+Shift+F" key then nvda should recite like "Format Code" is applied.

Actual Result:
NVDA is not announcing any information when format code is being applied.

User Impact:
Screen Reader user doesn't get to know whether the code got formatted or not as no announcement after "Format code" has been applied.

Attachments:

nvda_speechviewerinformation_vscodeeditor_formatcode

@rebornix rebornix added the accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues label Dec 16, 2016
@alexdima
Copy link
Member

alexdima commented Mar 1, 2017

@jrieken please use:

import { alert } from 'vs/base/browser/ui/aria/aria';

and invoke that when format is applied. Please LMK if you'd want me to do it.

@alexdima alexdima assigned jrieken and unassigned rebornix and alexdima Mar 1, 2017
@jrieken jrieken added this to the March 2017 milestone Mar 2, 2017
@jrieken jrieken closed this as completed in e0c2490 Mar 8, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
@chrmarti chrmarti added the a11ymas Issue from accessibility team label Oct 3, 2018
@isidorn isidorn added the windows VS Code on Windows issues label Jan 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a11ymas Issue from accessibility team accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues windows VS Code on Windows issues
Projects
None yet
Development

No branches or pull requests

6 participants