Opened 12 years ago

Closed 12 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 12 years ago by Jakub Ś

Status: newpending

create CKEditor instance in a iframe after changing his document.hef

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

comment:2 Changed 12 years ago by Jakub Ś

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 12 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed

Closing as expired.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy