﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6568	Bug in table insert row	Alex	Garry Yao	"Hello!

I've found the bug in release 3.4.1 and in earlier reliases: any attempt to add a row to a table with a cell, splitted horizontally, ruins the table completely. This is a simple example. Create table:

<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 500px"">
 <tbody>
  <tr>
   <td rowspan=""2"">
    &nbsp;</td>
   <td>
    &nbsp;</td>
  </tr>
  <tr>
   <td>
    &nbsp;</td>
  </tr>
 </tbody>
</table>
 

The table has one row and two columns. The right cell is divided horizontally. If you try to add row to the table (before or after existing row - does not matter) - the table corrupts.

That is the story :(

"	Bug	closed	Normal	CKEditor 3.5.1	Core : Tables	3.0	fixed	IBM	satya_minnekanti@…
