﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3195	HTML Parser: Out of memory	Frederico Caldeira Knabben	Frederico Caldeira Knabben	"During some tests with our so loved and weird IE, I was able to, somehow, end up with an innerHTML that I was able to reduce to the following:

{{{
<TABLE>
	<TR>
		<TD></TD>
		<P></P>
		<TD></TD>
	</TR>
</TABLE>
}}}

I can't recall how I got that HTML (maybe during some block styling task), but the fact is that a user may have such thing while using the editor in IE. The browser simply accepts it.

The big problem is not the above though. The real issue is the, if you try to retrieve the above HTML from the editor, or even feed it into the source view, it will throw you ""Out of memory"" into the html parser code."	Bug	closed	Must have (possibly next milestone)	CKEditor 3.0	General		fixed	Confirmed Review?	
