Opened 9 years ago

Closed 9 years ago

#13492 closed Bug (invalid)

ckeditor can't access root directory IE9

Reported by: Edoird Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

I always have some problems with IE. The problem is that my website must work on every browser, including IE.

Everything works well for the ckeditor plugin named prgfilemanager (I can add pictures into my ckeditor textarea). Every browser are working except IE... I first succeed displaying ckeditor using

<meta http-equiv="X-UA-Compatible" content="IE=9.0"> Without that meta, the textarea isn't a ckeditor textarea.

My problem is that when I try to add pictures, nothing happens ONLY IN IE. When I click to search pictures there is a popup with the interface with no root.. If i write http://XXX/ckeditor/plugins/pgrfilemanager/PGRFileManager.php?type=Image&CKEditor=Description&XXX everything works well on every browser except for IE..

I'm on IE9. How to make ckeditor images insertion working on IE 9 ?

Attachments (1)

VKCKL.png (22.7 KB) - added by Edoird 9 years ago.
What IE 9 gives

Download all attachments as: .zip

Change History (3)

Changed 9 years ago by Edoird

Attachment: VKCKL.png added

What IE 9 gives

comment:1 Changed 9 years ago by Edoird

SOLVED, I had to add on the <head>

<meta http-equiv="X-UA-Compatible" content="IE=9.0">

On the file :

ckeditor\plugins\pgrfilemanager\PGRFileManager.php

comment:2 Changed 9 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

I'm sorry by PGRFileManager is not CKSource plugin. If you are getting any problems with it or this plugin is conflicting with CKEditor you need to contact plugin author.

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