﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11959	[IE10] Tableresize: Unable to get property 'toLowerCase' of undefined or null reference	Piotr Jasiun		"1. Open Table resize sample.
2. Set the following html (we need horizontal scollbar and table wider than WYSIWYG area):

{{{
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table border=""1"" style=""width:1500px"">
	<tbody>
		<tr>
			<td>foo</td>
			<td style=""width: 1000px;"">bar</td>
		</tr>
	</tbody>
</table>
}}}

3. Hover the last pillar.

Result: Error in the console:
{{{
SCRIPT5007: Unable to get property 'toLowerCase' of undefined or null reference 
element.js, line 711 character 3
}}}

I was not able to reproduce it in Chrome, FF nor IE11.

Screen cast attached."	Bug	confirmed	Normal		General	4.0 Beta		IE10	
