Opened 15 years ago
Closed 13 years ago
#4949 closed Bug (fixed)
Inserting table column results in wrong colspan
Reported by: | Tobiasz Cudnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.0 |
Keywords: | Cc: |
Description
Inserting table column results in wrong colspan.
Reproduce
- Use following content:
<table> <tbody> <tr> <td colspan="2"> TD</td> </tr> <tr> <td> </td> <td> </td> </tr> </tbody> </table>
- Right click on first cell "TD" and choose "Column -> Add column after".
- Result
<table> <tbody> <tr> <td colspan="2"> TD</td> <td colspan="2"> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr> </tbody> </table>
- Expected: New column should be added in first row without colspan="2".
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | CKEditor 3.x |
---|
comment:2 Changed 14 years ago by
Component: | General → Core : Tables |
---|---|
Version: | SVN (CKEditor) - OLD → 3.0 |
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This ticket is no longer reproducible in latest CKEditor 3.6.2
Milestone CKEditor 3.x deleted