-
-
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
Table widget & table navigation #3165
Comments
So I'd like to propose caret movement behavior:
The other thing is how to (if wanted by us) to show selection of the whole table cell on caret movement. I've checked how gdocs does it for example and they have two-step carret movement on the table cell edges. Basically the second step selects whole table cell: |
@Reinmar ahh yes, you're right. So dropping the cell selection for now - only the caret movement. So probably only minor tweaks to default caret movement and to unify browsers behavior (Chrome acts differently then Firefox on up/down arrows). As for CKE4:
could you explain this part - I'm not sure what you've meant here |
I thought that left and top have the same behaviour at the beginning of a table cell. But from what you wrote it depends on which browser you test. So – it means that CKE4 does not unify this behaviour and I think we can skip it in CKE5 as well. At least initially. |
Feature: Initial table support. Closes #4. Closes #7. Closes #9.
The next mini-milestone after #3162 to implement table feature MVP.
Things I'd like to see covered here would be:
I'll post another comment here when doing selection - how to handle and display as it might require some minor UI/UX research first.
Also I'm open to any suggestions/tips beyond current specs that we have.
The text was updated successfully, but these errors were encountered: