﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8080	JS error when inserting new row in table	Jakub Ś		"
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.[BR]]
Go to cell 2.2 right click and choose Row->Insert Row Before/After.[BR]]

**Result:** JS error is thrown:[[BR]]
Message: 'rowSpan' is nul lor not an object[[BR]]
Line: 142[[BR]]
URI: /3.6.1/ckeditor/_source/plugins/tabletools/plugin.js[[BR]]

Firebug says: ""cloneRow[i] is undefined""


Issue is reproducible in all browsers.
"	Bug	closed	Normal	CKEditor 3.6.2	Core : Tables	3.5.1	fixed	IBM	satya_minnekanti@…
