Opened 17 years ago

Closed 17 years ago

#324 closed Bug (fixed)

linefeed and horizontal line within font tags crashes editor

Reported by: catfixer Owned by:
Priority: Must have (possibly next milestone) Milestone:
Component: General Version: FCKeditor 2.4.1
Keywords: Cc:

Description

In IE only: Insert this text in source view:

<p> <font size="1"> <br /> <hr /> </font> </p>

Switch to wysiwyg. Now you can not switch to source or save changes.

There can be any amount of incidental text. But if the <hr /> and <br /> appear between the <font> tags, editor is essentially crashed.

Does not occur in FireFox.

Change History (1)

comment:1 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Resolution: fixed
Status: newclosed

Fixed in [297].

IE does a strange parsing of an invalid HTML document, so although the elements are read with lastChild, it happens that its parent isn't the original node.

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