Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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>&nbsp;</p>
<p>&nbsp;</p>
<p>DOWN</p>
<p>&nbsp;</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 14 years ago by Michael Osipov

Milestone: FCKeditor.Java 2.6

not a Java bug.

comment:2 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Resolution: wontfix
Status: newclosed

Nesting a P inside another one is invalid, so there's no wrong behavior when trying to parse invalid input.

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

CKEditor produces much better results in this case:

<p>
	&nbsp;</p>
<p>
	<strong>UP</strong></p>
<p>
	DOWN</p>
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy