I am working on a Windows 7 Professional 64-bit PC.
I have ckeditor 3.2 installed on my website and since the automatic upgrade to IE 10, it is not working ok, only if I turn on the Compatibility View.
So, i have downloaded the ckeditor 4.1 and installed it and i still have problems if i not turn on the compatibility view.
Problems with v.3.2 : I did’nt see the text i had put in the textarea and the buttons are not working. (See attach file CKEditor_2.gif)
Problems with v4.1 : Most of the buttons are grey and most of the buttons are not working. (See attach file CKEditor_1.gif) I also have a blank properties window for link and image (see attach file CKEditor_3.gif)
Any help will be appreciated ! Thanks
Have you cleared your browser
Have you cleared your browser cache?
Do the samples from the "samples" folder work correctly?
Did you add any custom/ legacy code to the editor configuration or is it plain vanilla CKEditor 4.1? Which package?
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Getting that error too
Hi, I'm also getting that grey toolbar on IE10.
Works great on IE9. Firefox is also ok.
Attachments:
Yes i cleared my browser
Yes i cleared my browser cache and the samples works correctly.
I use the Full Package. Maybe it has something to do with the way i call the instance....and the toolbar.
Here's is an example of what i use (note that i use CodeCharge Studio and for image upload, CKFinder)
<script type="text/javascript">
CKEDITOR.replace( '{Long_desc_Name}',
{
toolbar : 'Full',
filebrowserBrowseUrl : 'ckfinder/ckfinder.html?type=File',
filebrowserImageBrowseUrl : 'ckfinder/ckfinder.html?type=Image',
filebrowserFlashBrowseUrl : 'ckfinder/ckfinder.html?type=Flash',
filebrowserUploadUrl : 'ckfinder/core/connector/php/connector.php?command=QuickUpload&type=File',
filebrowserImageUploadUrl : 'ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Image',
filebrowserFlashUploadUrl : 'ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash'
}
);
</script>
Thanks