﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6618	Delete Cell leaves a wrong rowspan	Tobiasz Cudnik		"Delete Cell leaves a wrong rowspan.

 1. Use following content:
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 500px; "">
	<tbody>
		<tr>
			<td>
				1</td>
			<td>
				&nbsp;</td>
		</tr>
		<tr>
			<td>
				2</td>
			<td colspan=""1"" rowspan=""2"">
				&nbsp;</td>
		</tr>
		<tr>
			<td>
				3</td>
		</tr>
	</tbody>
</table>
}}}
 2. Delete any of the left column's cells (labeled with 1, 2 or 3).

Result: The table has 2 rows and rowspan=2 on the second one (which is wrong)."	Bug	confirmed	Normal		Core : Tables	3.0			
