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)
Change History (3)
Changed 9 years ago by
comment:1 Changed 9 years ago by
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
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.
What IE 9 gives