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

Tab key navigation (Experiment) #3749

Closed
wants to merge 2 commits into from
Closed

Tab key navigation (Experiment) #3749

wants to merge 2 commits into from

Conversation

nightwing
Copy link
Member

An attempt to fix #3149

the code is not ready to be merged, but the behavior can be tested at
https://rawgit.com/ajaxorg/ace/tab-key-navigation/demo/autoresize.html

When keyboard focus first goes into the editor, and mouse is not pressed, or when esc key is pressed twice, editor allows the next Tab key to be handled by the browser.

I am not sure if this should be a behavior that is on by default and can be disabled, or an extension that needs to be enabled explicitly.

@akoreman
Copy link
Contributor

akoreman commented May 9, 2023

A similar option was added in PR #5114, I'll close this PR.

@akoreman akoreman closed this May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessibility: Ace traps the Tab key, so keyboard users cannot escape
2 participants