Opened 15 years ago

Closed 15 years ago

#3577 closed Bug (fixed)

User Interface Languages sample doesn't load in IE

Reported by: Alfonso Martínez de Lizarrondo Owned by: Alfonso Martínez de Lizarrondo
Priority: Normal Milestone: CKEditor 3.0
Component: General Version: SVN (CKEditor) - OLD
Keywords: IE Review+ Cc:

Description

The file isn't being parsed as XML because it contains a  

A simple solution is to change the html file.
A more defensive approach is to replace   in the loaded data with the xA0 character, although if we follow that approach then we should also take care of any other entities that aren't available by default in XML. I don't know if there's an easy way to tell IE to use the HTML entities while trying to load a XML file.

Attachments (2)

3577.patch (1.3 KB) - added by Alfonso Martínez de Lizarrondo 15 years ago.
First approach. Remove the   (with some additional rearrange to avoid other warnings)
3577_2.patch (448 bytes) - added by Alfonso Martínez de Lizarrondo 15 years ago.
Second option. This is executed everytime that we try to parse XML in IE. It might be good in the long run to avoid "mysterious" problems loading data in IE

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by Alfonso Martínez de Lizarrondo

Attachment: 3577.patch added

First approach. Remove the   (with some additional rearrange to avoid other warnings)

Changed 15 years ago by Alfonso Martínez de Lizarrondo

Attachment: 3577_2.patch added

Second option. This is executed everytime that we try to parse XML in IE. It might be good in the long run to avoid "mysterious" problems loading data in IE

comment:1 Changed 15 years ago by Martin Kou

Keywords: Review+ added; Review? removed

Review+ for solution two - it's simple and universal.

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

Resolution: fixed
Status: newclosed

Fixed with [3551], testcase in #3612 that shows that the same kind of patch is needed for non-ie.

Should I open another ticket for the other minor adjustments in the sample file (to avoid html validation warnings)?

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