﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14606	Problem with TableResizer	sebastian.rozmus@o2.pl		"Hi,

I've found an issue with code below when trying to resize last column. The resizer cursor show on whole width of last column instead of its borders. I can't resize it aswell

{{{
<table border=""1"" cellpadding=""0"" cellspacing=""0"" style=""width:100%"">
	<tbody>
		<tr>
			<td rowspan=""2"">&nbsp;</td>
			<td colspan=""4"" rowspan=""1"">&nbsp;</td>
			<td rowspan=""2"">&nbsp;</td>
		</tr>
		<tr>
			<td>&nbsp;</td>
			<td>&nbsp;</td>
			<td style=""width: 206px;"">&nbsp;</td>
			<td style=""width: 324px;"">&nbsp;</td>
		</tr>
	</tbody>
</table>
}}}


"	Bug	confirmed	Normal		General	4.0			
