-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Tags suggestions: consider to don't save new tags when tabbing away from the input field #1304
Comments
Worth noting, when using a keyboard there's the concrete risk to create tons of new, unwanted, tags. |
We're already aware of this, some context here #970 (comment) The current REST API is not very handy for this use-case. |
Relevant core ticket: https://core.trac.wordpress.org/ticket/42234 |
This ticket was mentioned in Slack in #core-editor by jeffpaul. View the logs. |
I think design feedback for this is that whatever core does on this we should for tags. It's at least a solid starting point to have same behaviour. |
@danielbachhuber yes. |
Currently, new tags get added when tabbing away from the Tags field in the sidebar. This is not necessarily what users want, as tabbing away from a form field is the standard way to navigate content for users that use the keyboard.
To reproduce:
The current behavior in core is different: tags and new tags get added just when explicitly saving (there's a button for this reason). When tabbing away, the only things that happen is
wp.a11y.speak
sends an audible message to the aria-live regions.The text was updated successfully, but these errors were encountered: