﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5839	"""Insert row after"" removes/moves the ids of the elements from the clicked row."	Florin Cazacu	Martin	"When I use in a table the ""Insert row after"" command the ids of the elements from the clicked row are messed up in two ways:

 1. The ids from table cells or the clicked table row are moved in the new row.
 2. The ids of other elements (I used <input type=""text"") are removed.

How to reproduce (This is reproduced in FF 3.6.3 and IE 8):

 1. Insert this html in ckeditor:

{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px;"">
	<tbody>
		<tr id=""r1"">
			<td id=""c1"">
				<input type=""text"" id=""i1""/></td>
			<td id=""c2"">
				<input type=""text"" id=""i2""/></td>
		</tr>
	</tbody>
</table>
}}}

 2. Click the only row and insert row after.

 3. Check the source to see that the ids were removed or moved.

"	Bug	closed	Normal	CKEditor 3.4.1	General	3.3.1	fixed		
