Hello, I've searched around and have not seen this specific question or issue yet, but hopefully someone has a quick and simple answer for it.
In CKEDITOR v. 3.6.6.1, is there a default plugin for loading PDFs into the editor div? I have an issue where we have a link to a file download (aka an attachment link) in a CKEditor control, and on the user's computer they are using IE8 in compatibility mode, and they also have Adobe Acrobat Reader X installed. The desired behavior is to just show the attachment link - but, instead, the PDF is actually being opened into the CKEditor control div. Is there a way that this can be disabled with a CKEditor configuration setting? I've checked within the loaded/registered plugins that are being loaded by the control, and I don't see anything specific to PDFs.
I'm not sure if it is the CKEditor control that's causing the PDF to open within the control, or if it is the Reader plugin that may be installed in IE that is loading the PDF into the control.
Any help is greatly appreciated! :)
CKEditor 3.6.6.1 does not
CKEditor 3.6.6.1 does not include any PDF-related plugins, so this is probably the Adobe Acrobat Reader plugin taking over... You can test it by disabling CKEditor on this field and trying with a standard HTML form.
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!
Thank you for your reply.
Thank you for your reply. This is what I thought may be happening. Again, thanks for the reply!