﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4824	"[IE] Writing ""<br/>&nbsp;"" at the very first in <td> breaks the editor"	pomu0325	Garry Yao	"=== To Reproduce ===
 * Open CKEditor sample
 * Switch to source mode
 * Paste following html source
{{{
<table>
 <tr>
  <td>
   <br/>&nbsp;</td>
 </tr>
</table>
}}}
 * Go back to WYSIWYG mode
 * Try to switch to source mode again
 * Then, 'nodeValue.length is null or not an object' error occurs at line.499 of selection/plugin.js
  * source:/CKEditor/trunk/_source/plugins/selection/plugin.js@4738#L499"	Bug	closed	Normal	CKEditor 3.2	UI : Source View	SVN (CKEditor) - OLD	fixed	Confirmed IE Review+	pomu@…
