Opened 16 years ago

Closed 13 years ago

#2342 closed Bug (worksforme)

Horizontal Rule id get removed on IE7

Reported by: Nick Miles Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.6.2
Keywords: IE Cc:

Description

If I switch to source view (IE 7) and type:

<hr id="test" width="50%" />

then switch back to WYSIWYG and then back to source, the code gets changed to:

<hr width="50%" />

on Firefox 3.0 it leaves the id intact.

Change History (2)

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

Keywords: Confirmed IE added; IE7 HR ID removed

The innerHTML shows that the id is gone in the editor window (it's not a serialization problem), but the innerHTML of a normal page with such id works fine.

comment:2 Changed 13 years ago by Krzysztof Studnik

Resolution: worksforme
Status: confirmedclosed

WFM in CKE3.6.2, closing as expired

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