Opened 16 years ago

Closed 15 years ago

#2334 closed Bug (fixed)

[IE] XHTML namespace support broken

Reported by: Garret Wilson Owned by:
Priority: Normal Milestone: CKEditor 3.0
Component: General Version: SVN (FCKeditor) - Retired
Keywords: Confirmed IE Cc:

Description

I have the following content:

<p xmlns="http://www.w3.org/1999/xhtml">this is interesting</p>

On Firefox 3 this shows in the source as:

<p>this is interesting</p>

So FCKeditor has stripped out the xmlns declaration. OK. But then I create an editor on IE7 with the same comment. The source shows:

<p xmlns="http://www.w3.org/1999/xhtml">this is interesting</p>

I then add the <em> tag around "is". This results in:

<p xmlns="http://www.w3.org/1999/xhtml">this <em xmlns="">is</em> interesting</p>

This breaks my content. It won't even show up in the browser, as FCKeditor has taken <em> out of the XHTML namespace.

Change History (2)

comment:1 Changed 16 years ago by Wojciech Olchawa

Keywords: Confirmed IE added
Priority: HighNormal
Summary: XHTML namespace support broken[IE] XHTML namespace support broken
Version: SVN

Confirmed using FCKeditor 2.6.3 beta and the latest SVN version in IE7. Works OK with FF.

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

Milestone: CKEditor 3.0
Resolution: fixed
Status: newclosed

It fails in FCKeditor, but it works correctly in CKEditor.

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