Hello,
I got a little problem with CKeditor.
CKeditor works fine in FF and IE8 but when I use IE7 it shows nothing.
It does create an text-area with an inline style: visibility hidden;
if I use the developer tools and change the visibility to block it shows a textarea with the content that should be in the editor.
the code that I'm using is:
<form method="post"> Naam EN: <input type="text" name="title" style="width:150px;"><br /> Naam NL: <input type="text" name="titlenl" style="width:150px;"><br /> <br /> <b>Engelstalig:</b> <script src="ckeditor/ckeditor.js" type="text/javascript"></script> <script type="text/javascript"> window.onload = function() { CKEDITOR.replace( 'FCKeditor1', { filebrowserBrowseUrl : 'ckfinder/ckfinder.html', filebrowserImageBrowseUrl : 'ckfinder/ckfinder.html?Type=Images', filebrowserFlashBrowseUrl : 'ckfinder/ckfinder.html?Type=Flash', filebrowserUploadUrl : 'ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files', filebrowserImageUploadUrl : 'ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images', filebrowserFlashUploadUrl : 'ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash' }); CKEDITOR.replace( 'FCKeditor2' , { filebrowserBrowseUrl : 'ckfinder/ckfinder.html', filebrowserImageBrowseUrl : 'ckfinder/ckfinder.html?Type=Images', filebrowserFlashBrowseUrl : 'ckfinder/ckfinder.html?Type=Flash', filebrowserUploadUrl : 'ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files', filebrowserImageUploadUrl : 'ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images', filebrowserFlashUploadUrl : 'ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash' }); }; </script> <br /><br /> <textarea name="FCKeditor1" id="FCKeditor1"><?=$contentNl?></textarea> <b>Nederlandstalig:</b> <textarea name="FCKeditor2" id="FCKeditor2"><?=$contentNl?></textarea> <input type="submit" value="Toevoegen" /> </form>
Re: CKeditor not showing in IE 7
Hi,
I think I'm getting the same problem. I'm sure it's something to do with IE's different viewing modes.
You can change them with the IE8 Developer Tool.
Take a look at http://blog.farbyte.com/content/ie8-dev ... ite-design
It gives a good overview of using the tool.
CKEditor seems to work fine for me in IE7 Browser mode, but not in IE8 Browser mode.
Mark
Re: CKeditor not showing in IE 7
I'm using CKEditor 3.3.1.5586 which I downloaded today, do you know what version you are using?
Might be worthwhile trying the latest version if you haven't already.
Re: CKeditor not showing in IE 7
thanks for your response and sorry about my late one.
I'm using the latest version. The porblem hasnt been fixed yet.
any other ideas?
Re: CKeditor not showing in IE 7
Thx!
Antoine
Re: CKeditor not showing in IE 7
same problem here.
i removed "contextmenu" plugins in my config, but didn't help.
thx!
Re: CKeditor not showing in IE 7
Re: CKeditor not showing in IE 7
It works fine in chrome, but fails to work in firefox.
OS: Ubuntu 10.04
Browser: Firefox 3.6.3
CKEditor Version: 3.3.1
Re: CKeditor not showing in IE 7
Hi everyone
Not sure if this any help.
I had the same lang.contextmenu.options error when in IE8 as I tried to follow install instructions and switch text area to display editor. This was in release 3.4. Though the samples displayed ok in IE8.
Looking at it further and at these 2 articles (especially the second)
http://www.456bereastreet.com/archive/2 ... -standard/
http://accessgarage.wordpress.com/2008/ ... ty-effort/
I believe IE8 had not implemented WAI-ARIA in a standard way in all its modes and hence only in the 'Document Mode IE8 standards' did it display correctly. In all others it had the javascript error.