Opened 10 years ago

Last modified 10 years ago

#11879 confirmed Bug

(Chrome) Table: Insert Column After

Reported by: Irina Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0.1
Keywords: IBM Blink Webkit Cc: Satya Minnekanti, Christophe Guillou

Description

  1. Load the editor with following content:
<table border="1" cellpadding="1" cellspacing="1" style="width:500px">
	<tbody>
		<tr>
			<td>1</td>
			<td>2</td>
			<td>3</td>
		</tr>
		<tr>
			<td>a</td>
			<td>b</td>
			<td>c</td>
		</tr>
	</tbody>
</table>

<p>&nbsp;</p>

  1. Select the entire second cell ('b') on second column by double clicking it. Make sure the entire cell is selected.
  2. Right click and choose Column > Insert Column After

Expected result

A new column is added between the existing second and third columns

Actual result

A new column is added after the third column e.g. as the last column in the table

Tested in Chrome

Change History (1)

comment:1 Changed 10 years ago by Jakub Ś

Keywords: Blink Webkit added
Status: newconfirmed
Version: 4.0.1

Problem can be reproduced from CKEditor 4.0.1 in Blink and Webkit browsers.

NOTE: To select whole cell you need to triple-click on it but double-click also works.

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