-
-
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
Implement a custom navigation through tables #3267
Comments
In fact, this is a special case of https://github.com/ckeditor/ckeditor5-widget/issues/84. I think that the widget feature should introduce a base way to navigate to nested editables and then the table feature should override that in a way which will make sense for tables. |
Two stages:
In both cases, let's try to mimic Google Docs behavior as closely as possible, with the exception that when you move to the adjacent cell, move to the end/start of it. |
Some tickets to review/close along with this one: |
Feature: Introduce custom keyboard navigation through tables. Closes ckeditor/ckeditor5#3267. Closes ckeditor/ckeditor5#3286.
Currently, we allow the browser to do its thing. Some support Tab, most support arrow keys, but all that is inconsistent and buggy. We should design and implement our own solution.
The text was updated successfully, but these errors were encountered: