Opened 14 years ago
Closed 14 years ago
#6932 closed Bug (duplicate)
IE7 and IE8 show [Stack overflow] error when using DT and/or DD tags
Reported by: | crabckeditor | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5 |
Keywords: | Cc: | thshum@… |
Description
[Browser] MSIE 7.x / MSIE 8.x
[Error Details] Alert: Stack overflow at line: xx
[Procedures]
- Go to your CKeditor or demo page
- Click [Source] to edit source
- Type one of followings:
<dd>aaa</dd>
<dt>aaa</dt>
<dt>aaa</dt><dd>bbb</dd>
<dl><dt>aaa</dt><dd>bbb</dd>
(IE7 only)
- Click [Source] to preview the content
- Click [Source] to edit the source again
- Error [Stack overflow at line: xx] pop-up as alert message
Confirmed on demo, WFM on trunk, so probably a dup of #6868.