Changes between Initial Version and Version 1 of Ticket #8114


Ignore:
Timestamp:
Jun 24, 2011, 9:22:17 AM (13 years ago)
Author:
Jakub Ś
Comment:

This issue is very similar to the one presented in #6975. They both have occurred from CKEditor 3.4.2 and both cause stack overflow. The only difference are browsers where this issue occurs.

I was not able to reproduce it in IE7 but with the provided sample code stack overflow popped out in IE8 and hanged IE9.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8114

    • Property Status changed from new to confirmed
    • Property Keywords stack overflow removed
  • Ticket #8114 – Description

    initial v1  
    1 I send the content of a form to CKEDITOR that has tags like this: <dl>
    2 
     1I send the content of a form to CKEDITOR that has tags like this:
     2{{{
     3<dl>
    34<dt><dd>text<dd><dt>
    4 
    55<dt><dd>text<dd><dt>
    6 
    76<dt><dd>text<dd><dt>
    8 
    97</dl>
    10 
     8}}}
    119and as you see the <dt> tags are not closed as they should. The ckeditor cant show the content of the form mailed to this editor and make a stack overflow at line: 26. Is there any way to fix it?
    1210
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy