Opened 17 years ago
Closed 16 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 17 years ago by
Keywords: | Confirmed IE added |
---|---|
Priority: | High → Normal |
Summary: | XHTML namespace support broken → [IE] XHTML namespace support broken |
Version: | → SVN |
comment:2 Changed 16 years ago by
Milestone: | → CKEditor 3.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
It fails in FCKeditor, but it works correctly in CKEditor.
Confirmed using FCKeditor 2.6.3 beta and the latest SVN version in IE7. Works OK with FF.