Opened 14 years ago
Last modified 9 years ago
#8072 confirmed Bug
"Insert column before/after" on split cell
Reported by: | Krzysztof Studnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.0 |
Keywords: | Cc: | satya_minnekanti@…, Hallvord R. M. Steen (Opera Software) |
Description ¶
Environment ¶
IE6/7, Opera
TC ¶
- create table with header row and split one header cell vertically
sample code:
<table align="center" border="1" cellpadding="1" cellspacing="1" style="width: 50%; height: 40px" summary="Summary"> <caption> Caption</caption> <thead> <tr> <th rowspan="2" scope="col"> Header1</th> <th scope="col"> Header2</th> </tr> <tr> <th scope="col"> Split header2^</th> </tr> </thead> <tbody> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> </tbody> </table> <p> </p>
- Set caret in
Split header2^
- select from menu Column -> Insert column before
Expected result ¶
Column is inserted between two existing columns
Actual ¶
Column is inserted as first column in table, and before existing two columns
Same thing happens when Insert column after is used.

Change History (5)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.5 → 3.0 |
comment:2 Changed 14 years ago by
Cc: | satya_minnekanti@… added |
---|
comment:3 Changed 14 years ago by
Summary: | "Insert column before/after" used in table header - columns added at the begginning of table → "Insert column before/after" on split cell |
---|
comment:4 Changed 13 years ago by
Cc: | Hallvord R. M. Steen (Opera Software) added |
---|
#8622 may be related.

This TC is applicable for all browsers and I was able to reproduce it from CKEditor 3.0