#81 closed Bug (fixed)
IE: JavaScript error with certain markup
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.4.1 |
Component: | General | Version: | FCKeditor 2.4 |
Keywords: | IE | Cc: |
Description
To reproduce, in MSIE:
- Load demo at http://www.fckeditor.net/demo
- Click to 'source mode'
- Delete all markup and paste either of the two snippets below in
- Toggle to normal mode
- Toggle to source mode again. You will get an error.
Markup 1:
<p><em>Hello <p>
Markup 2:
<p><font size="1"><b>Hello</b></font><strong><font size="1"> <p>
Change History (2)
comment:1 Changed 18 years ago by
Keywords: | IE added; msie removed |
---|---|
Priority: | High → Normal |
Resolution: | → fixed |
Status: | new → closed |
Summary: | MSIE Javascript Error with certain markup → IE: JavaScript error with certain markup |
comment:2 Changed 18 years ago by
Milestone: | FCKeditor 2.4 → FCKeditor 2.4.1 |
---|
Fixed: [139]
Also, the second snippet produces a small bug, fixed with [140].