﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16926	[IE11] Permission denied when setData called more than once in a row.	kkrzton		"== Steps to reproduce ==

1. Go to http://sdk.ckeditor.com/samples/basicpreset.html.
2. In a console run:

{{{
setTimeout( function() { CKEDITOR.instances.editor1.setData( '<p>Text...</p>' );CKEDITOR.instances.editor1.setData( '<p>Text...</p>' ); }, 0 );
}}}

== Expected result ==
Data is set and no error is thrown.

== Actual result ==
Error is thrown (after second `setData` call is executed). In the SDK sample the correct line for error is not reported. The same issue can be reproduced on `ckeditor-dev/samples/index.html` and the error is

{{{
SCRIPT70: Permission denied
File: node.js, Line: 338, Column: 3
}}}


== Other details (browser, OS, CKEditor version, installed plugins) ==
This does not happen for inline editor, so it might be connected to `iframe`. I am still looking into it as it seems there are few paths causing the error to be thrown.
When there is no `setTimeout` the error is also thrown but IE does not reports any details..."	Bug	closed	Normal		General		duplicate		
