-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Unable to focus balloon toolbars (image toolbar, table toolbar etc) #5146
Comments
Similar fix should be used for fixing (part of) ckeditor/ckeditor5-table#31. |
The idea here would be that Alt+F10 could cycle through all possible toolbars (imaga/table/widget, balloon, classic, block, and so on...). |
Hello everyone, is it possible to change the milestone of this ticket? |
It would be nice with a general fix that allows navigating to a contextual toolbar registered with I would expect |
FYI: @bramd re-discovered this bug using NVDA at Drupal Dev Days Ghent 2022 — see https://wimleers.com/blog/ddd-ghent-2022 & https://twitter.com/gaborhojtsy/status/1512059083129593858.
This sounds relatively simple to implement I think? If you can give us guidance, maybe we could help make this happen, to address this hard blocker ASAP. 🤞 But it is also not what https://ckeditor.com/docs/ckeditor5/latest/features/keyboard-support.html#user-interface-and-navigation says:
So … what is the "visible contextual balloon" actually referring to? 🤔 |
First of all let's make this issue a generic issue for any dynamically added/context toolbar (image toolbar, table toolbar, media embed toolbar etc). One idea as mentioned is to make one hotkey cycle though all toolbars (good benefit is the discoverability of the feature). However, let's see if there are any applications out there that have this problem solved so that we can have interoperability with it. Google docs: it has a context toolbar for images. It can be focused by using Other WYSIWYG editors use for example Either way we should also check if our toolbars are named correctly (so that the screen reader gives it purpose). |
Sounds good! 👍 FYI: tracking this at https://www.drupal.org/project/drupal/issues/3283800 😊 |
#3184 marked as a (partial) duplicate of this task. |
Any idea roughly when this might make it to release? |
99% next release (end of August). See #12064 |
…-toolbar-v2 Feature (core): Enabled toolbar focusing and navigation across various editor implementations and features. Closes #10368. Closes #5146. Closes #9906. Closes #10025. BREAKING CHANGE (ui): The `enableToolbarKeyboardFocus()` helper has been removed. Please use the [`EditorUI#addToolbar()`](https://ckeditor.com/docs/ckeditor5/latest/api/module_core_editor_editorui-EditorUI.html#function-addToolbar) method instead to enable accessible toolbar navigation (and focusing) using `Alt+F10` and `Esc` keystrokes (see #10368).
As selected here (sorry for image with text) I'm not able to move focus to a visible baloon toolbar with keyboard.
I've tried:
Same is true for other toolbar like table, media embed etc.
If you'd like to see this feature implemented, add 👍 to this post.
The text was updated successfully, but these errors were encountered: