Opened 14 years ago

Last modified 12 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 Sa'ar Zac Elias

Maybe we could make a setting, whether to simply remove the cell or merge it with it's sibling (using colspan).

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

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 13 years ago by Garry Yao

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 13 years ago by Wiktor Walc

Component: GeneralCore : Tables

comment:5 Changed 12 years ago by Jakub Ś

Status: newconfirmed
Type: BugNew 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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy