Opened 16 years ago
Closed 16 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)
Change History (4)
Changed 16 years ago by
Attachment: | 3577.patch added |
---|
Changed 16 years ago by
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 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
Review+ for solution two - it's simple and universal.
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
First approach. Remove the (with some additional rearrange to avoid other warnings)