Ticket #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)
- <dd>aaa</dd>
- Click [Source] to preview the content
- Click [Source] to edit the source again
- Error [Stack overflow at line: xx] pop-up as alert message
Change History
Note: See
TracTickets for help on using
tickets.

Confirmed on demo, WFM on trunk, so probably a dup of #6868.