Opened 17 years ago
Closed 12 years ago
#1803 closed Bug (wontfix)
Creating new columns doesn't handle <col> elements
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | FCKeditor 2.4 |
Keywords: | Cc: |
Description
go to source mode and paste this
<table> <colgroup><col width="70%"><col width="30%"></colgroup> <tbody> <tr> <td>first</td> <td>second</td> </tr> </tbody> </table>
switch to design and using the context menu add a new column to the table, switch back to source and you'll see
<table> <colgroup><col width="70%"><col width="30%"></colgroup> <tbody> <tr> <td>first</td> <td> </td> <td>second</td> </tr> </tbody> </table>
The colgroup is missing a col for the new column, so the contents might get easily distorted
The behavior isn't browser dependent.
Change History (3)
comment:1 Changed 17 years ago by
Milestone: | → FCKeditor 2.7 |
---|
comment:2 Changed 14 years ago by
Component: | General → Core : Tables |
---|
comment:3 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
No longer reproducible in CKEditor.