﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9410	An issue applying rowspan for the last column of a table	Vladimri S.		"When rowspan is applied columnwise to the equal amount of rows, e.g.

{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 500px;"">
	<tbody>
		<tr>
			<td colspan=""1"" rowspan=""3"">
				&nbsp;</td>
			<td colspan=""1"" rowspan=""3"">
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
}}}

...rowspan'ing the last column the same way in WYSIWIG should most probably lead to replacing all previously made rowspans and colspans with simple <td></td>, but it doesn't. It leads to strange errors and weird table behaviour."	Bug	confirmed	Normal		Core : Tables	3.1			
