-
-
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
Cannot change list style with keyboard #11041
Comments
Today: ckeditor5/packages/ckeditor5-list/src/ui/listpropertiesview.js Lines 139 to 145 in 82ce2e9
Previously, we used toolbar view which supports arrows: ckeditor5/packages/ckeditor5-ui/src/toolbar/toolbarview.js Lines 182 to 188 in 82ce2e9
This means that the behavior changed – currently you need to use the Tab key, previously arrows worked. I think that arrows should still work, but it requires a deeper analysis of what should Tab do and what arrows in this entire panel. |
Tabs don't work for me, that results in focus leaving the toolbar entirely. I also think that's a reasonable expectation for tab and the arrow support should come back. Aside from it being a good pattern to expect, it's also what how highlighter currently works and it's probably best if there's consistency even if there are potential future changes to keyboard navigation https://ckeditor.com/docs/ckeditor5/latest/examples/builds-custom/full-featured-editor.html |
Arrows should definitely be handled - that's the first thing that should work for grid-like components (like list styles). Regarding the tab we need to investigate it further to see what would be the most optimal solution. |
FYI: tracking this at https://www.drupal.org/project/drupal/issues/3283800 😊 |
…r-grid-components-discovery-poc Feature (ui): Introduced the `addKeyboardHandlingForGrid()` helper to handle grid keyboard navigation. Closes #11851. Fix (font): Fixed focus order for color grid in font color and background drop-downs. Closes #11841. Fix (list): Unified focus handling and keyboard navigation in list properties drop-downs. Closes #11041.
📝 Provide detailed reproduction steps (if any)
Alt+F10
.space
orenter
key.✔️ Expected result
You are able to use arrows to choose a different style.
❌ Actual result
After opening the dropdown you are unable to change the style with arrows.
Notes:
master
branch, possibly related to recent changes to list stylesIf you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: