﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8560	CKeditor don't work in some situations on IE8	dactar		"Hello, 

I use PHP 5.3.8 and CKeditor 3.6.2 (Revision 7275) like this : 

{{{
            include(""ext/ckeditor/ckeditor.php"");
            $CKEditor = new CKEditor();
            $CKEditor->basePath = 'ext/ckeditor/';
            $CKEditor->config['height'] = 450;
            $CKEditor->config['removePlugins']='elementspath';
            $CKEditor->editor(""bodytext"", $initialvalue);
}}}

With IE8, in some situations (create CKEditor instance in a iframe after changing his document.hef) all buttons on toolbar don't work. If I refresh the iframe, the buttons works.

I've not this problem with the old editor (FCKEditor).
I've not this problem with Firefox."	Bug	closed	Normal		General		expired		
