#3195: HTML Parser: Out of memory
-----------------------+----------------------------------------------------
 Reporter:  fredck     |       Owner:              
     Type:  Bug        |      Status:  new         
 Priority:  High       |   Milestone:  CKEditor 3.0
Component:  General    |     Version:              
 Keywords:  Confirmed  |  
-----------------------+----------------------------------------------------
 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.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3195>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to