You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Partial table selection must be fixed to a complete table selection.
Note that it's only partially related to the fact that we don't support cell/row/col selection yet. When the selection starts outside of a table, then even in the future we should rather extend the selection to the entire table if a part of it is selected (because mixing a real selection with a fake one will be hard). The behaviour will change only for cases when selection starts inside a table and spans a couple of cells. Right now, we have to prevent that somehow (either shrink the selection to a single cell or expand it to a whole table). In the future, this will trigger row/col selection mode.
The text was updated successfully, but these errors were encountered:
Feature: Introduced a selection post-fixer. Its role is to ensure that after all changes are applied the selection is placed in a correct position. Closes #1156. Closes #1176. Closes #1182. Closes ckeditor/ckeditor5-table#11. Closes ckeditor/ckeditor5-table#12. Closes ckeditor/ckeditor5-table#15. Closesckeditor/ckeditor5#562. Closesckeditor/ckeditor5#611.
mlewand
transferred this issue from ckeditor/ckeditor5-table
Oct 9, 2019
Partial table selection must be fixed to a complete table selection.
Note that it's only partially related to the fact that we don't support cell/row/col selection yet. When the selection starts outside of a table, then even in the future we should rather extend the selection to the entire table if a part of it is selected (because mixing a real selection with a fake one will be hard). The behaviour will change only for cases when selection starts inside a table and spans a couple of cells. Right now, we have to prevent that somehow (either shrink the selection to a single cell or expand it to a whole table). In the future, this will trigger row/col selection mode.
The text was updated successfully, but these errors were encountered: