Opened 14 years ago
Last modified 13 years ago
#6258 confirmed New Feature
Table delete cells
Reported by: | Martin | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | |
Keywords: | Discussion | Cc: |
Description
CKEditor has some problem with delete cells in tables. After delete any cell, table layout is incorrect. In my opinion we should remove option 'delete cells' (many editors working like that example Excel - only allow to remove row or column, no single cell) or after this action do colspan or rowspan to keep table layout stable.
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
The current behavior reflects the "default" behavior in MS Word (it offers also other options though). Making it configurable would just helping making our code bigger.
We could consider a dialog based solution for it (just like MS Word). In that case we would move the code to the dialog, helping also to make our core code smaller.
In any case, there is no priority for it because, as said, that's the standard MS Word behavior and most users are ok with it (people can always undo things).
comment:3 Changed 14 years ago by
It's ok to leave the insert/delete cell AS IS, as we have "merge/split cell" that user could rely on to handle such a situation, while we should work on fixing insert/delete spanning row/column at #6568.
comment:4 Changed 14 years ago by
Component: | General → Core : Tables |
---|
comment:5 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Type: | Bug → New Feature |
If
In any case, there is no priority for it because, as said, that's the standard MS Word behavior and most users are ok with it (people can always undo things).
then this issue can be treated as low priority new feature and not a bug.
Maybe we could make a setting, whether to simply remove the cell or merge it with it's sibling (using colspan).