﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9609	JavaScript error when inserting new column in the table	Piotrek Koszuliński	Olek Nowodziński	"V4's version of ticket which we had in v3: #8295.

> Insert the following code:
> 
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 500px;"">
	<tbody>
		<tr>
			<td>
				1.1</td>
			<td>
				1.2</td>
		</tr>
		<tr>
			<td>
				2.1</td>
			<td>
				2.2</td>
		</tr>
		<tr>
			<td>
				3.1</td>
			<td>
				3.2</td>
		</tr>
	</tbody>
</table>
}}}
> 
> Go to cell 1.2, right click and choose Cell->Insert Cell Before.
> 
> Keep cursor in cell 1.2 right click and choose Column->Insert Column Before/After.
> 
> Issue: JS error is thrown and error message: 'colSpan' is null or not an object.
"	Bug	closed	Normal	CKEditor 4.0	General	4.0	fixed		
