﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2813	Deleting a row does not correct the rowspan of merged cells	Koen Willems	Martin Kou	"Take a table like this:

{{{
<table title=""tabel"" cellspacing=""0"" cellpadding=""0"" summary=""table"">
    <thead>
        <tr>
            <th scope=""col"">1</th>
            <th scope=""col"">2</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>a</td>
            <td rowspan=""3"">b</td>
        </tr>
        <tr>
            <td>c</td>
        </tr>
        <tr>
            <td>d</td>
        </tr>
    </tbody>
</table>
}}}

Now, put the cursor in cell a, right click and remove that row. We see that cell b disappears. Or go to cell b and remove that row: cell b is deleted and cells c and d are left over."	Bug	closed	Normal		Core : Tables	FCKeditor 2.6.4	invalid	HasPatch?	kwillems@…
