﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8570	setReadOnly in combination with getSnapshot throws an error in IE	Matt		"If you call setReadOnly and getSnapshot synchronously, an Error is thrown in IE (7-9, not tested in 10PP)

Reproduce:
1. Go to http://ckeditor.com/demo
2. Open the IE development tools
3. Into the console, type in one line CKEDITOR.instances.editor1.setReadOnly(true); CKEDITOR.instances.editor1.getSnapshot();
4. Hit enter
5. An error occurs.

Working variation:
0. Reload page
1. Type into the console CKEDITOR.instances.editor1.setReadOnly(true);
2. Hit enter
3. Type CKEDITOR.instances.editor1.getSnapshot();
4. Hit enter
5. No error occurs

A workaround is to set readOnly first and do the rest of the work in a timeout."	Bug	confirmed	Normal		General	3.6.1			
