Opened 12 years ago
Closed 12 years ago
#10037 closed Bug (expired)
IE8/9: Permission denied when calling editable.isInline()
Reported by: | Juan Pablo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Editable | Version: | 4.0 |
Keywords: | Cc: |
Description
- A Permission denied error appears when the method editable.isInline() is called inside an 'instanceReady' callback.
- This only happens with the standard editor (created with CKEDITOR.replace) and not with the inline version.
- The CKEditor files are being served from a remote location (not from the same server as the application that uses them).
- This happens in IE8 and IE9.
Change History (2)
comment:1 Changed 12 years ago by
Status: | new → pending |
---|
comment:2 Changed 12 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
@cm_juan could you provide sample HTML page showing this problem? I have tried below code and didn't get any Permission denied errors.
Seems that it works as expected. Have I missed anything in above TC?