Opened 12 years ago
Closed 11 years ago
#10079 closed Bug (duplicate)
IE8: Permission denied cleaning editor on focus
Reported by: | Juan Pablo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 Beta |
Keywords: | IE | Cc: |
Description
I want to clean up the editor when it's focused and it's throwing an error in Internet Explorer 8 using CKEditor 4.0.1.
The code that produces the error is:
CKEDITOR.on('instanceReady', function (e) {
e.editor.on('focus', function (e) {
e.editor.setData();
});
});
CKEDITOR.replace('editor1');
Note: The error is not preventing the editor from being cleaned, but it's ugly to have an error in the status bar.
Change History (2)
comment:1 Changed 12 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Version: | 4.0.1 → 4.0 Beta |
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
I'm closing this one as duplicate of #10501
Problem can be reproduced from CKEditor 4 beta in all versions of IE.
Error:
Message: Access denied
URI: ckeditor/core/editable.js
Line: 825
It is possible that element is locked as adding setTimeout works
This can be used as workaround.