Opened 14 years ago
Closed 14 years ago
#7849 closed Bug (duplicate)
Can not be served with XHTML mime type
Reported by: | EvanCarroll | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6 |
Keywords: | Cc: |
Description
I get this error in Chrome ONLY when served with the XHTML mime type (application/xhtml+xml)
Uncaught Error: INVALID_STATE_ERR: DOM Exception 11 qckeditor.js:53 j.add.afterInitckeditor.js:53 sckeditor.js:24 a.scriptLoader.load.tckeditor.js:21 a.scriptLoader.loadckeditor.js:21 sckeditor.js:24 j.load.e.override.pckeditor.js:22 a.resourceManager.loadckeditor.js:22 a.scriptLoader.load.tckeditor.js:21 a.scriptLoader.loadckeditor.js:21 a.resourceManager.loadckeditor.js:22 j.load.e.override.pckeditor.js:22 j.load.e.override.pckeditor.js:22 a.resourceManager.loadckeditor.js:22 a.scriptLoader.load.tckeditor.js:21 a.scriptLoader.loadckeditor.js:21 a.resourceManager.loadckeditor.js:22 j.load.e.override.pckeditor.js:22 j.load.e.override.pckeditor.js:22 a.resourceManager.loadckeditor.js:22 a.scriptLoader.load.tckeditor.js:21 a.scriptLoader.loadckeditor.js:21 a.resourceManager.loadckeditor.js:22 j.load.e.override.pckeditor.js:22 j.setLang.o.n.langEntries.n.langEntriesckeditor.js:22 sckeditor.js:24 rckeditor.js:23 a.lang.loadckeditor.js:21 a.scriptLoader.load.tckeditor.js:21 a.scriptLoader.load.uckeditor.js:21 a.scriptLoader.load.vckeditor.js:21 a.scriptLoader.load.w.A.$.onloadckeditor.js:21
I get this error in FF/Firebug on ckeditor.js line 53
An invalid or illegal string was specified" code: "12 http://dev.dealermade.com/static/ckeditor/ckeditor.js Line 53
If I disable the application/xhtml+xml
mime type, everything works. I th
dup of #4576