Opened 17 years ago
Closed 17 years ago
#2980 closed Bug (fixed)
Table feature does not provide ability to modify tables in V3
| Reported by: | Damian | Owned by: | Martin Kou |
|---|---|---|---|
| Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | |
| Keywords: | IBM Confirmed Review+ | Cc: |
Description
It is not possible to modify a table after it has been inserted into the document using the editor.
Attachments (1)
Change History (11)
comment:1 Changed 17 years ago by
| Keywords: | Confirmed added |
|---|
comment:2 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 Changed 17 years ago by
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
This issue has not been fixed with the introduction of the context menu.
It would be preferable if this bug remained open until the implementation for Edit Table was actually integrated so as to keep track of its progress.
comment:5 Changed 17 years ago by
Agreed, the ability to modify table properties is functional in the trunk.
I believe my original description of this bug is too ambiguous, sorry for the confusion. The intention of this bug report was to highlight that the following abilities in the table editing feature are missing:
- Insert column before/after
- Remove columns
- Insert row before/after
- Remove rows
- Edit Cell properties
comment:6 Changed 17 years ago by
| Priority: | Normal → High |
|---|
comment:7 Changed 17 years ago by
| Owner: | set to Martin Kou |
|---|---|
| Status: | reopened → new |
Changed 17 years ago by
| Attachment: | 2980.patch added |
|---|
comment:8 Changed 17 years ago by
| Keywords: | Review? added |
|---|
The patch needs #3001's patch to work correctly in IE. It should work in other browsers.
comment:9 Changed 17 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
When committing, please remove the outer (function(){})(); that has been added to the table plugin as it's not needed.
comment:10 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed with [3333].
Click here for more info about our SVN system.

We've already have the logic ready, waiting for context menu to be implemented as a holder container to introduce Edit Table feature.