Ticket #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
Change History
comment:1 Changed 3 years ago by garry.yao
- Owner set to garry.yao
- Keywords Review? added
- Status changed from new to assigned
comment:2 Changed 3 years ago by garry.yao
Previous patch only solves part of the problem, the desired output should be same with the original.
Note: See
TracTickets for help on using
tickets.
