microsoft / monaco-editor

A browser based code editor
https://microsoft.github.io/monaco-editor/
MIT License
40.4k stars 3.6k forks source link

[Bug] "Press Alt+F1 for Accessibility Options." is announced, but monico does not respond to alt+f1 #4394

Open derekriemer opened 8 months ago

derekriemer commented 8 months ago

Reproducible in vscode.dev or in VS Code Desktop?

Reproducible in the monaco editor playground?

Monaco Editor Playground Link

Not applicable

Monaco Editor Playground Code

code is not relevant for the str

Reproduction Steps

when using a screen reader, the editor's label says "Editor content;Press Alt+F1 for Accessibility Options. " However, pressing alt+f1 in the playground, and other monico instances I know of, does not actually open any sort of dialog.

str:

  1. Turn on any suitable screen reader.
  2. Open a monico, then listen to the verbalization on the edit field.
  3. Press alt+f1 to get accessibility options.

Actual (Problematic) Behavior

When not in a vscode environment, monico simply does nothing with this shortcut.

Expected Behavior

Monico opens the accessibility help, or the verbalization is left out when the core is not inside of vscode.

Additional Context

No response

vick08 commented 8 months ago

Yep, here too. Colab is another place where this bug can be found. Etc...

ben519 commented 8 months ago

What operating system are you using? I wonder if this is related to #4378 ?

vick08 commented 8 months ago

I am on Mac OS, but I don't believe it matters since the tech is web-based?

ben519 commented 8 months ago

@vick08 that smells like issue #4378. Maybe you can try downgrading to 0.45.0. That worked for me.

vick08 commented 8 months ago

Unfortunately, the places where I am encountering this are not under my control, so I am not able to downgrade. :) What I wonder about is whether the message is wrong or the context menu is missing. Do you happen to know? Thanks!

derekriemer commented 8 months ago

this happens both on windows an mac, idk about linux, I only use linux in terminals, not with browsers.

vick08 commented 8 months ago

I was curious as to whether this is the right place for this issue since no one responded here so far?

irinatarn commented 4 months ago

We have the same issue and it was flagged by our accessibility team as well. Is there any traction on this bug?

vick08 commented 1 week ago

Apparently not. I am not sure who to mention on this particular issue as i am not aware of who the owner of this repository is. Anyone watching this bug happens to know?