-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
My screen reader does not find information about a remote connection in the status bar #118839
Comments
@jvesouza I just tried this out and the Screen Reader reads "Remote Host" properly for me. Which is the aria-label which we set on the status bar remote item. Also assigning to @aeschli since he owns the remote status bar |
I also get "Remote Host" if I am not connected to the remote. Oh I see that we simply always set |
The remote label is read correctly, but I'd like if possible, an identification about the remote connection. |
@isidorn That would be fantastic if you can just go ahead and improve the remote indicator. I don't have that much experience with good aria labels. |
For the aria label I just went with the text that we use for the status bar, since I think it is fitting just fine. I am just stripping codicon special characters @jvesouza try it out from tomorrow with vscode insiders and let me know how it goes. Thanks |
Tested and approved! It was excellent. |
@jvesouza lovely, thanks a lot for letting us know! Adding verified label based on your feedback. |
Fixes #118978 explorerModel: add toString to explorerItem for more precise error message multicursor aria polish fixes #118964 fixes #118965 debt - consolidate process usage :lipstick: process use fix #118970 accessibility: 1000 page size as default Do no install repo on Raspberry Pi OS (#118826) * Do no install repo on Raspberry Pi OS * 💄 Co-authored-by: João Moreno <[email protected]> firefox: do not use ctrl+shift+P for show all commands since it is taken, make sure F1 is rendered untitledHint: introduce default for workbench.editor.untitled.hint better aria label for the remote host status bar item fixes #118839 Fix #118958 Fix #118953 Remove unused Remove only Rename setting gettingStarted.hiddenCategories => workbench.welcomePage.hiddenCategories Fixes #118990 Don't create markdown previews if cell is in edit mode unHidePreview should also update dimensions update seti theme. fixes #118912 test view/model range convertion with hidden cells. share drag impl for builtin and custom md renderer. adopt multi select in drag and drop. drag the focus or selection around the focus. update list item height on markdown cell ctor as we might already warm up the viewport. Fix border overlap in quick pick UI (#119039) Fixes #107737 debt - some more process and platform 💄 debt - use product quality instead of probing for name Adds RemoteHub to api allow list fix build mark APIs as deprecated fix: typo custom editors - make conflict resolution actions appear (#118949) Workspace trust changes (#119017) * Add dialog button customisation and reject promise if cancelled * Use different promises to modal/soft requests new debug setting for clearing a terminal before reusing; fixes #116699 Pick up fix for #117054 Update types Ports: service -> application, defaults ->unconfigured ignore file events while saving, more logging, #118992 more deprecations Fix task start firing with invalid process ID in dependsOn task This was caused by the env var relaunch @debounce decorator that was added to prevent the process from relaunching multiple times when multiple extensions contribute to the environment. This caused the reuseTerminal call to not have the new processReady promise ready immediately after reuseTerminal was called. The fix which seems safe it to just move the @debounce over to relaunchTerminal that tasks doesn't use. Fixes #118256 Fixes #119011: Wait for the vscode API to become available before launching extension tests
Issue Type: Bug
CC: @isidorn
None of the information read by the orca identifies the remote connection.
VS Code version: Code - Insiders 1.55.0-insider (06b5454, 2021-03-12T05:14:36.439Z)
OS version: Linux x64 5.11.4-arch1-1
Remote OS version: Linux x64 5.4.0-1039-azure
System Info
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: enabled_on
protected_video_decode: unavailable_off
rasterization: disabled_software
skia_renderer: enabled_on
video_decode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: