Opened 13 years ago

Last modified 8 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

  1. 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>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
	</tbody>
</table>
<p>
	&nbsp;</p>
  1. Set caret in Split header2^
  2. 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 13 years ago by Jakub Ś

Status: newconfirmed
Version: 3.53.0

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

comment:2 Changed 13 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added

comment:3 Changed 13 years ago by Garry Yao

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 12 years ago by Jakub Ś

Cc: Hallvord R. M. Steen (Opera Software) added

#8622 may be related.

comment:5 Changed 8 years ago by Jakub Ś

Most likely related or even a duplicate of #13729.

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