Hi,
I would like to use CKEditor (which really looks great) on an HTML form so I downloaded the latest version (3.6), created a textarea on my page (id="details") and initiated the editor via JS in the document ready function (see below).
Everything looks and works as intended in IE9, FF and Chrome but in IE8 the whole editor and textarea do not appear at all.
I found a couple of posts on this on Google but no proper solution.
Is there a different way to initiate this in IE8 or another solution to this, maybe an alternative to the .replace function ?
My HTML:
<textarea rows="9" class="form-control" id="details" name="details"></textarea>
My JS:
CKEDITOR.replace('details', { toolbar : [ { name: 'clipboard', items : [ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo' ] }, { name: 'insert', items : [ 'Image', 'Table', 'HorizontalRule', 'SpecialChar', 'Smiley' ] }, { name: 'links', items : [ 'Link', 'Unlink', 'Anchor' ] }, '/', { name: 'basicstyles', items : [ 'Bold', 'Italic', 'Underline', 'Strike', '-' , 'RemoveFormat' ] }, { name: 'colors', items : [ 'TextColor' ] }, { name: 'styles', items : [ 'FontSize' ] }, { name: 'paragraph', items : [ 'BulletedList', 'NumberedList', '-', 'Indent', 'Outdent' ] }, { name: 'tools', items : [ 'Maximize' ] } ] });
Many thanks for any help with this, Tim.
When I used IE8 for CKEditor,
When I used IE8 for CKEditor, I also got the same problem, so I begin to use in Chrome. I could not spot the problem. Hope someone here will help us.
I am also having IE8 problems
I just downloaded the latest 'full' verison and used the 'getting started' example.
Everything works in IE8 except the drop down menus for style/font/font-size do not work....
Hi,
Hi,
whenever you encounter issues with one od the official distributions (Basic, Standard, Full) of the latest CKEditor version, in a supported environment, please just open a ticket on the tracker and give as many details as possible about your environment, configuration and the problem you are having.
Our QA does not read the forums so no bugs reported here will ever be investigated by the core development team.
Thank you!
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!
I also had the same error,
I also had the same error, thanks for sharing