Cannot set property 'dir' of undefined in ckeditor

Multi tool use
Multi tool use


Cannot set property 'dir' of undefined in ckeditor



I am getting Uncaught TypeError: Cannot set property 'dir' of undefined when i try to load ckeditor. I am using requireJs to load Js and it's dependency and also using gulp to minify.



My requireJs config file:


requirejs.config({
baseUrl:"/js",
paths: {
"jquery": "vendors/jquery",
"ckeditorFull":"vendors/ckeditor/ckeditor"
},
shim: {
"ckeditorFull":{
deps:['jquery']
}
}
});

require(["app"],function(App){
App.init();
});



I am using Ckeditor verison 4.9.2 full edition.I have added basepath before initialising the ckeditor.


define([
"jquery","ckeditorFull"
],function($){

var ckeditorFull = function()
{
try{
window.CKEDITOR_BASEPATH = '../vendors/ckeditor/';
CKEDITOR.replace( 'summary-ckeditor',{
language: 'en'
});

}
catch(err) {
}
};
var init = function(){
ckeditorFull();
};
return {
init:init,
}
});



Then i trying to run the app i getting following error on my console.


Uncaught TypeError: Cannot set property 'dir' of undefined
at Object.d (app.min.js:24250)
at e (app.min.js:24251)
at Array.z (app.min.js:24251)
at y (app.min.js:24251)
at HTMLScriptElement.A.CKEDITOR.env.ie.e.$.onerror



I tried all possible ways but still can't resolve it.Please let me favour thank you!









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Y5lsJlN2dS x,0jpExv9rx,nSP61ieT,lUKSaYczOx,a2OXuA5KWVcvtgKfKQYOMvV1V
HD 0 xVwi7udAmna7K,Cf6inw knVdyL896VqX46i,aDJQtO2l aJJxW,WMKDdYtmKz2qVL3p YI9vQT4S8FFz

Popular posts from this blog

Delphi Android file open failure with API 26

.

Amasya