Opened 16 years ago
Closed 16 years ago
#3723 closed Bug (fixed)
noscript bug
Reported by: | Artur Formella | Owned by: | |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed | Cc: |
Description
Steps to reproduce:
-Insert the following source into the editor:
<noscript><a href= target='_blank'><img src= border='0' alt=></a></noscript>
-Switch back to WYSIWYG
Results:
-IE: editor is empty
-FF: infinite loop, FF freezes.
Change History (2)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is not anymore an issue with the current trunk. The <noscript> tags are still not rendered, but this is the current expected behavior.