-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Adopt Edit Context #207700
Labels
accessibility
Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
editor-input
Editor text input
editor-input-IME
Editor input of characters not on keyboard
feature-request
Request for new features or functionality
insiders-released
Patch has been released in VS Code Insiders
on-testplan
Milestone
Comments
hediet
added
accessibility
Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
feature-request
Request for new features or functionality
labels
Mar 14, 2024
hediet
added
editor-input
Editor text input
editor-input-IME
Editor input of characters not on keyboard
labels
Mar 14, 2024
@aiday-mar Breaking things down (from our planning discussion):
|
Focus vs Browse mode:
There are 4 ways to navigate a page with NVDA:
Reviewing:
Some clarifying questions:
Some useful things learned from the user guide:
|
PR which is used to understand the TextHandler code #224931, and more specifically the pagination strategy |
@meganrogge FYI using this new API in xterm.js might be helpful for accessibility. |
hediet
added a commit
that referenced
this issue
Sep 4, 2024
…ext. Closes #207700 Co-authored-by: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
vs-code-engineering
bot
added
the
unreleased
Patch has not yet been released in VS Code Insiders
label
Sep 4, 2024
vs-code-engineering
bot
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
Sep 5, 2024
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
editor-input
Editor text input
editor-input-IME
Editor input of characters not on keyboard
feature-request
Request for new features or functionality
insiders-released
Patch has been released in VS Code Insiders
on-testplan
Follow up of #204371 (exploration done in #207699).
This issue is about:
EditContext
to react on user inputAdvantages:
Disadvantages:
EditContext
is not available on all platforms, in particular not on electron by defaultThe text was updated successfully, but these errors were encountered: