﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8295	Java Script error when inserting new column in the table	Satya Minnekanti		"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 3.6.5	General	3.5.1	fixed	IBM	Damian Teresa Monahan
