I have a custom image selector for FCKeditor 2.6.5. Everything works fine on Firefox, Chrome and Safari. But in the IE6 I get a strange type for the selection. The code for this is:
alert(editorInstance.Selection.GetType());
And it returns 'Control'.
What is this type and how could I access the HTML of the selection instead?