Ticket #1724 (closed Bug: invalid)

Opened 8 months ago

Last modified 6 months ago

code is changed on save

Reported by: drjee 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>

2. 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>

3. 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

Changed 7 months ago by fredck

  • keywords WorksForMe Pending added; save removed
  • priority changed from High to Normal

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.

Changed 6 months ago by martinkou

  • status changed from new to closed
  • resolution set to invalid

Ticket expired.

Note: See TracTickets for help on using tickets.