I am running the ColdFusion CFFinder. When I open the File Browser Window in IE9, the 'Folders' pane (top left) is very small with only the word 'Folders' visible. That is, the height is very small. This is not an issue in Firefox - the pane is full browser height (700px). Can you help me out on this one? I am changing over from eWebEditPro for a client to CKEditor and CKFinder - and I just have this small error to get rid of before I can roll it out. I have attached a screen shot. Thanks.
Tue, 07/19/2011 - 00:55
#1
Re: IE9 Folders Pane is Too Small to view -Bug
I resolved this by changing ckfinder.html to emulate IE-8 . This is defininitely an IE9 issue.
Here is the Fix:
<meta http-equiv="X-UA-Compatible" content="IE=8" >
More details can be found at: http://msdn.microsoft.com/library/cc288325.aspx
Re: IE9 Folders Pane is Too Small to view -Bug
I'm trying to trace down this issue, but whatever I do it works fine for me in IE9 @ win7 (I've tested it @ local CF9 server).
Could you send me a link via PM to a test web site where this issue occurs?
Do you have the same problem with CKFinder on our demo page?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: IE9 Folders Pane is Too Small to view -Bug
I have another problem with IE9.
When I open the File Browser Window in IE9 the browser show me a sintax error in the "ckfinder.html" page al line 2.
This messagge is showed only when the Compatibility View is checked in the browser and also in the online demo (CKEditor integration).
I don't undestrand where is the problem in html code of ckfinder.html file, any suggestions?
Re: IE9 Folders Pane is Too Small to view -Bug
@katia - can you confirm it on the demo page?
Could you attach a screenshot of described issue, along with the error message that appeared in browser?
Any chance to get a PM with a link to a website with this problem?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: IE9 Folders Pane is Too Small to view -Bug
Hi!
I attached the file with the error showed by the demo page.
The openDemoPage.jpg file shows the error when I open the demo page. (less compatibility feature)
The openFinder.jpg file shows the error when I open the finder window. (less compatibility feature)
The openFinderCompatibility.jpg the error when I open the finder window. (with compatibility feature)
Now I resolved the problem insert "<meta http-equiv="X-UA-Compatible" content="IE=8" >" in the ckfinder.html page.
Attachments:
Re: IE9 Folders Pane is Too Small to view -Bug
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: IE9 Folders Pane is Too Small to view -Bug
Re: IE9 Folders Pane is Too Small to view -Bug
### Version 2.2.2 and the out of the box sample code and live code has the same syntax error with IE on windows 7 running IE9 engine,
Switching to ie8 fixes the problem but i see this as a long term fix...