Opened 15 years ago
Closed 13 years ago
#5668 closed Bug (invalid)
[IE] Content messed up with invalid HTML
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Output Data | Version: | FCKeditor 2.6.6 |
Keywords: | Confirmed | Cc: |
Description
With the following HTML loaded in editor:
<p><span><p>text</p></span></p>
Switch to source, the output now becomes:
<p> <p> </p> </p> <p>text</p>
Attachments (2)
Change History (6)
Changed 15 years ago by
Attachment: | 5668.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Changed 14 years ago by
Attachment: | 5668_2.patch added |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Keywords: | Review? removed |
---|
We're not anymore supposed to have FCKeditor releases. So, while it's ok to have patches here, we'll not have the full review and committing process being executed.
comment:4 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
FCKeditor was retired and is no longer supported.
Previous patch only solves part of the problem, the desired output should be same with the original.