Hi ,
We are facing intermediately "Permission denied" Error in ckeditor.js file while loading ckeditor at run time on button click "Add comment".
we already googled and we found a solution that add delay time after CKEditor instance call., but it was not resolved.
Also some times CKEditor get stuck, user unable to add any text in the comment box.
For Reference see screenshots attached to this post.
Code we used :
CKEDITOR.replace(CKEditorID, {
toolbar: [
['Bold', 'Italic', 'Underline', 'Table','SpecialChar' ]
]
});
CKEDITOR.instances[CKEditorID].on('instanceReady', function (e) {
e.editor.on('focus', function(e) {
window.setTimeout(function(){e.editor.setData('');},10);
});
});
Please help us to resolve this issue.
Regards,
Venu Madutha
Capgemini-Lords Register.