﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10079	IE8: Permission denied cleaning editor on focus	Juan Pablo		"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.
"	Bug	closed	Normal		General	4.0 Beta	duplicate	IE	
