Opened 14 years ago
Closed 14 years ago
#8560 closed Bug (expired)
CKeditor don't work in some situations on IE8
| Reported by: | dactar | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
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.
Change History (3)
comment:1 Changed 14 years ago by
| Status: | new → pending |
|---|
comment:2 Changed 14 years ago by
| Version: | 3.6.2 |
|---|
@dactar have you got any updates regarding this issue. You think it would be possible to provide a reduced test case for us to reproduce?
comment:3 Changed 14 years ago by
| Resolution: | → expired |
|---|---|
| Status: | pending → closed |
Closing as expired.

Could you provide us with reduced test case file(s) helping to reproduce the problem?