Opened 14 years ago
Last modified 8 years ago
#7290 closed Bug
Issue with Number/Bulleted list - Stack overflow at line: 27 — at Version 1
Reported by: | Rajendra | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | 3.5.2 |
Keywords: | IE7 Oracle | Cc: | rajendra.rane@…, rajasimhan.baskar@…, rajendra.rane@… |
Description (last modified by )
I have very simple text in editor, when I press “Insert/Remove Numbered List” button on toolbar on 1st,2nd and 3rd line, then go back to 2nd line and press “Insert/Remove Bulleted List” button on toolbar, it is killing all IE browsers sessions.
Steps to reproduce:
- Textarea "editor1" is associated with the instance of ckeditor, here is the text prepopulated in the textarea :
<dl> <dt> Text1 </dt> <dd> <ul> <li> Text2</li> <li> Text2</li> <li> Text2</li> <li> Text2</li> <li> Text2</li> <li> Text2</li> </ul> </dd> </dl>
- Click on first bulleted list make it to Numbered list
- Click on second bulleted list make it to Numbered list
- Click on third bulleted list make it to Numbered list
- Click on forth bulleted list make it to Numbered list
- Click on second numbered list which in done in point 3 above and make it to bulleted list
At this point all browser sessions get killed.
For the same above text loaded in editor if I use editor.getData() method, it is giving “Stack overflow at line: 27” error.
Browser: IE 7.0.5730.13 OS: Windows XP with SP3
Addtional info: Please note, this happnes on http://ckeditor.com/demo page also, if 4 numbered list items are created and then if clicked to 2nd numbered item and make it bulleted item, it kills all IE browser sessions.
Change History (1)
comment:1 Changed 14 years ago by
Component: | General → Core : Lists |
---|---|
Description: | modified (diff) |
Keywords: | IE7 added; Numbered Bulleted List Stack overflow removed |
Status: | new → confirmed |
Confirmed on IE7
Similar issue on forums:
http://cksource.com/forums/viewtopic.php?f=11&t=21785