Opened 14 years ago
Closed 8 years ago
#7290 closed Bug (wontfix)
Issue with Number/Bulleted list - Stack overflow at line: 27
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 (11)
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 |
comment:2 Changed 14 years ago by
Keywords: | IE added; IE7 removed |
---|
Under IE9b/IE8, console:
SCRIPT5007: Unable to get value of the property 'direction': object is null or undefined ckeditor.js, line 16 character 1466
comment:3 Changed 14 years ago by
Cc: | rajasimhan.baskar@… added |
---|---|
Keywords: | Oracle added; IE removed |
I am also able to replicate this issue in our environmen on CK Editor release 3.5.2. Please provide a fix for the same.
comment:4 Changed 14 years ago by
Cc: | rajendra.rane@… added |
---|---|
Keywords: | Number Bulleted list added; Oracle removed |
Please let me know when this issue will be fixed, because we need to take a decision for using the editor ASAP and go for support contract.
comment:6 Changed 14 years ago by
Keywords: | IE Oracle added; Number Bulleted list removed |
---|
Similar issue: #8043.
@krst - is the 3.5.2 version correct?
comment:8 Changed 13 years ago by
Keywords: | IE7 added; IE removed |
---|---|
Resolution: | duplicate |
Status: | closed → reopened |
Bug is not fixed by #6975 thus still remains in trunk.
comment:10 Changed 13 years ago by
Status: | reopened → confirmed |
---|
Checked with the latest trunk - IE7 still crashes on this TC.
comment:11 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
IE7 is no longer supported and problem can't be reproduced in IE8+. I'm marking it as "won't fix".
Confirmed on IE7
Similar issue on forums:
http://cksource.com/forums/viewtopic.php?f=11&t=21785