Opened 14 years ago
Last modified 14 years ago
#8114 confirmed Bug
stack overflow at line: 26 old staff in Ckeditor
Reported by: | meka9233 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Parser | Version: | 3.4.2 |
Keywords: | Cc: | mehrdad.kavousi@… |
Description (last modified by )
I send the content of a form to CKEDITOR that has tags like this:
<dl> <dt><dd>text<dd><dt> <dt><dd>text<dd><dt> <dt><dd>text<dd><dt> </dl>
and 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?
Regards
Change History (1)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Keywords: | stack overflow removed |
Status: | new → confirmed |
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.