Opened 17 years ago

Last modified 17 years ago

#358 closed Bug

CDATA processing adds extra CRLF — at Version 1

Reported by: simone Owned by:
Priority: Normal Milestone:
Component: UI : Source View Version: SVN (FCKeditor) - Retired
Keywords: Cc:

Description (last modified by simone)

I found a strange problem with the handing of CDATA sections inside the Source View. It affects only IE:

step to reproduce the bug:

  1. Go to the test page (http://www.fckeditor.net/nightly/fckeditor/_samples/default.html)
  1. Go to source view and delete everything
  1. Paste into the source view the following text

<style type="text/css"><![CDATA[ .blah {

font-size: small;

} ]]></style>

  1. Go to the normal view and than back to the source view
  1. You get the following text:

<p><style type="text/css"> <![CDATA[ .blah {

font-size: small;

} ]]></style></p>

  1. If you reiterate the same switching between the views, FCKeditor adds a new line everytime.

That doesn't happen in Firefox

Change History (1)

comment:1 Changed 17 years ago by simone

Description: modified (diff)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy