AI OnAI Off
Hi Gosso,
Oh what a coincidence, had the same issue last day... Chrome refuses to execute an AJAX script due to wrong MIME type.
if you are using a EmptyFileHandler for TinyMceExtendedValidElements, it is important that you return MIME type application/javascript
public void ProcessRequest(HttpContext context) { context.Response.ContentType = "application/javascript"; }
Hi All,
Having this problem in Chrome ONLY, when focusing on wisywig, it does not "open" the editor.
The error in javascript console: /episerver/cms/#viewsetting=viewlanguage:///sv&context=epi.cms.contentdata:///9122:1 Refused to execute script from '/util/Editor/tinymce/plugins/TinyMceExtendedValidElements/editor_plugin.js?moduleArea=Util' because its MIME type ('') is not executable, and strict MIME type checking is enabled.
-regards