﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4525	[IE6] setData problem with custom plugin	Damian		"A simple plugin calling setData() on the editor in the exec() method falls over in IE6. 

The plugin is invoked by a command on the toolbar.

Plugin exec() definition:
{{{
CKEDITOR.plugins.simplePlugin=
{
  exec:function(editor){
    editor.setData('<b>test</b>');			
  }
};
}}}

When using a Microsoft debugger the error thrown is:[[BR]]
Error: 'this.$.innerHtml' is null or not an object.[[BR]]
Line 331 in element.js

I've traced this down to what I think is the call to getSnapshotData() in the wysiwygarea which ultimately calls getHtml() on the element, after setting the data.

Only an issue with IE6. 

"	Bug	closed	Normal	CKEditor 3.1	General		invalid	IBM	
