﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11879	(Chrome) Table: Insert Column After	Irina		"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>

}}}

2. Select the entire second cell ('b') on second column by double clicking it. Make sure the entire cell is selected.
3. 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
"	Bug	confirmed	Normal		General	4.0.1		IBM Blink Webkit	Satya Minnekanti Christophe Guillou
