Opened 10 years ago

Last modified 9 years ago

#13322 confirmed Bug

IE: setData causes Access Denied error

Reported by: Jakub Ś Owned by:
Priority: Normal Milestone:
Component: General Version: 4.4.4
Keywords: IE Cc:

Description

  1. Use below code in HTML page
    var editor = CKEDITOR.replace( 'editor1', {});
    editor.on('instanceReady', function( evt ){
    	editor.setData('test');
    });
    
  2. Access denied error gets thrown in IE8-IE11

Message: Access Denied.
URI: /ckeditor-dev/core/dom/node.js
Line: 663

Attachments (12)

permission_denied.PNG (51.5 KB) - added by himanshu 10 years ago.
TESTFOLDER.zip (13.7 KB) - added by himanshu 10 years ago.
Standalone application for the permisiion denied error,You can deploy the same by keeping it in webapps folder of tomcat or the respective path of other server.Application does send a ajax request on tab click of tabpanel so please make sure you deploy the app on server.Also make sure for IE11 the document mode is set to 10 or edge in dev tools
1.json (55 bytes) - added by himanshu 9 years ago.
1.2.json (55 bytes) - added by himanshu 9 years ago.
3.json (55 bytes) - added by himanshu 9 years ago.
4.json (56 bytes) - added by himanshu 9 years ago.
5.json (55 bytes) - added by himanshu 9 years ago.
6.json (55 bytes) - added by himanshu 9 years ago.
app.js (7.6 KB) - added by himanshu 9 years ago.
CitiCKEditor.js (503 bytes) - added by himanshu 9 years ago.
try2.html (547 bytes) - added by himanshu 9 years ago.
try2.2.html (547 bytes) - added by himanshu 9 years ago.

Download all attachments as: .zip

Change History (14)

comment:1 Changed 10 years ago by Jakub Ś

Status: newconfirmed

Changed 10 years ago by himanshu

Attachment: permission_denied.PNG added

Changed 10 years ago by himanshu

Attachment: TESTFOLDER.zip added

Standalone application for the permisiion denied error,You can deploy the same by keeping it in webapps folder of tomcat or the respective path of other server.Application does send a ajax request on tab click of tabpanel so please make sure you deploy the app on server.Also make sure for IE11 the document mode is set to 10 or edge in dev tools

Changed 9 years ago by himanshu

Attachment: 1.json added

Changed 9 years ago by himanshu

Attachment: 1.2.json added

Changed 9 years ago by himanshu

Attachment: 3.json added

Changed 9 years ago by himanshu

Attachment: 4.json added

Changed 9 years ago by himanshu

Attachment: 5.json added

Changed 9 years ago by himanshu

Attachment: 6.json added

Changed 9 years ago by himanshu

Attachment: app.js added

Changed 9 years ago by himanshu

Attachment: CitiCKEditor.js added

Changed 9 years ago by himanshu

Attachment: try2.html added

Changed 9 years ago by himanshu

Attachment: try2.2.html added

comment:2 Changed 9 years ago by himanshu

You might not be able to download the testfolder .zip file due to the security policy here. I have uploaded the necessary files on portal. You can copy these file in a single folder eg .TESTFOLDER and deploy in tomcat or anyother server of your choice .Access localhost:8080/TESTFOLDER/try2.html or localhost:8080/FOlderName/try2.html

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy