Opened 16 years ago

Closed 16 years ago

#1724 closed Bug (invalid)

code is changed on save

Reported by: Anil K. Jain Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.5.1
Keywords: WorksForMe Pending Cc:

Description

Hi,

FCKEditor V2.5.1 seems to change the code when edited. When I do the following:

  1. I have a text like this
<p>This is a Test.</p>
  1. I edit it in FCK so that it becomes:
<p>This is <span style="font-family: Times New Roman;"><span style="font-size: large;">a Test</span></span>.</p>
  1. When I save and reopen, it has become to:
<p>This is <span new="" times="" style=""><span style="">a Test</span></span>.</p>

which is obviously nonsense. I hope this behavior gets fixed soon, since it makes FCK almost unusable.

regards, drjee

Change History (2)

comment:1 Changed 16 years ago by Frederico Caldeira Knabben

Keywords: WorksForMe Pending added; save removed
Priority: HighNormal

Works for me.

It sounds like your system is stripping the double-quotes (") when saving the results from the editor. Please verify it, possibly looking at the value saved in the DB.

comment:2 Changed 16 years ago by Martin Kou

Resolution: invalid
Status: newclosed

Ticket expired.

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