#4449 closed Bug (wontfix)
Bug in IE: <P> inside <P>
Reported by: | AMGreen | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6.5 |
Keywords: | Cc: |
Description
Hi!
Please, insert this code in editor in IE browser and twice click to button source
<p><strong><p>UP</p></strong></p> <p>DOWN</p>
(create such a structure can then COPY and PASTE text)
<p> </p> <p> </p> <p>DOWN</p> <p> </p> <p>UP</p>
Top and bottom are reversed.
I have not found how to solve the problem. Tell me, please.
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | FCKeditor.Java 2.6 |
---|
comment:2 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Nesting a P inside another one is invalid, so there's no wrong behavior when trying to parse invalid input.
comment:3 Changed 15 years ago by
CKEditor produces much better results in this case:
<p> </p> <p> <strong>UP</strong></p> <p> DOWN</p>
not a Java bug.