#358 closed Bug (duplicate)
CDATA processing adds extra CRLF in IE
Reported by: | simone | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Source View | Version: | SVN (FCKeditor) - Retired |
Keywords: | Cc: |
Description (last modified by )
I found a strange problem with the handing of CDATA sections inside the Source View. It affects only IE:
step to reproduce the bug:
- Go to the test page (http://www.fckeditor.net/nightly/fckeditor/_samples/default.html)
- Go to source view and delete everything
- Paste into the source view the following text
<style type="text/css"><![CDATA[ .blah {
font-size: small;
} ]]></style>
- Go to the normal view and than back to the source view
- You get the following text:
<p><style type="text/css"> <![CDATA[ .blah {
font-size: small;
} ]]></style></p>
- If you reiterate the same switching between the views, FCKeditor adds a new line everytime.
That doesn't happen in Firefox
Change History (6)
comment:1 Changed 18 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 18 years ago by
Milestone: | FCKeditor 2.4.3 |
---|
comment:3 Changed 18 years ago by
Summary: | CDATA processing adds extra CRLF → CDATA processing adds extra CRLF in IE |
---|
comment:4 Changed 18 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:5 follow-up: 6 Changed 18 years ago by
usually bugs with higher number are marked as duplicate and removed, not the opposite :)
comment:6 Changed 18 years ago by
Replying to simonech:
usually bugs with higher number are marked as duplicate and removed, not the opposite :)
I know... it is just happening because not all bugs have been moved from SF yet.
Actually it has nothing to do with CDATA, but with <style>.
This is a DUP of #403.