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

Can't enter a tab #1621

Closed
aaronjorbin opened this issue Jun 30, 2017 · 3 comments
Closed

Can't enter a tab #1621

aaronjorbin opened this issue Jun 30, 2017 · 3 comments
Labels
[Focus] Accessibility (a11y) Changes that impact accessibility and need corresponding review (e.g. markup changes). [Type] Question Questions about the design or development of the editor.

Comments

@aaronjorbin
Copy link
Member

Everytime I use the tab key, it takes me to a new block. I expect the tab key to insert a tab charachter while I am typing.

@swissspidy
Copy link
Member

Possible duplicate of #1552.

Just note that such behaviour could quickly result in a keyboard trap for users, where you can't use tab for navigation anymore.

Probably one of the reasons it's not implemented in the current WordPress editor.

@mtias mtias added [Focus] Accessibility (a11y) Changes that impact accessibility and need corresponding review (e.g. markup changes). [Type] Question Questions about the design or development of the editor. labels Aug 18, 2017
@afercia
Copy link
Contributor

afercia commented Aug 29, 2017

@aaronjorbin I;d be in favor of closing this issue, as the native behavior when pressing the Tab key is navigating through focusable elements. Even in TinyMCE, pressing Tab doesn't insert a tab character. Only in ordered/unordered lists it's used to indent the list items.

@jasmussen
Copy link
Contributor

Given that there are accessibility concerns with this particular approach, and the discussion is likely to resurface for the code editor, I'm going to close this one for now. I would suggest that it is fine to open for discussion on a per-block basis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Focus] Accessibility (a11y) Changes that impact accessibility and need corresponding review (e.g. markup changes). [Type] Question Questions about the design or development of the editor.
Projects
None yet
Development

No branches or pull requests

5 participants