Opened 17 years ago
Closed 17 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:
- I have a text like this
<p>This is a Test.</p>
- 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>
- 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 17 years ago by
Keywords: | WorksForMe Pending added; save removed |
---|---|
Priority: | High → 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.