Ticket #1724 (closed Bug: invalid)
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
Note: See
TracTickets for help on using
tickets.