Opened 10 years ago

Closed 10 years ago

#12427 closed Bug (invalid)

The <Templates> node was not found alert Message is coming in IE 11

Reported by: Nikhil Kanade Owned by:
Priority: Normal Milestone:
Component: General Version: 3.6
Keywords: Cc: rohitkadam@…

Description

The <Templates> node was not found alert Message is coming in IE 11 and Also template is not showing in dialog box. In other browser it works fine & in IE 9 & IE 10 it works fine. Please help me

Thanks in advance Nikhil Kanade

Attachments (1)

ContentTemplate.png (26.8 KB) - added by Nikhil Kanade 10 years ago.
Image of alert message in IE 11

Download all attachments as: .zip

Change History (2)

Changed 10 years ago by Nikhil Kanade

Attachment: ContentTemplate.png added

Image of alert message in IE 11

comment:1 Changed 10 years ago by Jakub Ś

Keywords: <Templates> node was not found alert Message is coming in IE 11 removed
Resolution: invalid
Status: newclosed

IE11 is supported from CKEditor 4.3 and IE10 from CKE 3.6.5.

You have written you are using CKEditor for ASP.NET 3.6. Please bear in mind that you can update client side version to CKEditor 3.6.6.2 or even latest 4.4.4.

Download CKEditor 3.6.6.2 for ASP.NET, unpack, go to your-ckeditor-aspnet-3.6.6.2-folder\_Samples and delete \ckeditor\directory. Download FULL package for CKEditor 4.4.4 (or package for CKEditor 3.6.6.2) and extract it to \ckeditor\ directory. Next copy \ckeditor\ directory to your-ckeditor-aspnet-3.6.6.2-folder\_Samples.

In CKEditor 4.1 we have introduced ACF. You can read about it here: http://ckeditor.com/blog/Upgrading-to-CKEditor-4.1
http://ckeditor.com/blog/CKEditor-4.1-RC-Released
http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter
http://docs.ckeditor.com/#!/api/CKEDITOR.filter-method-addTransformations
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-extraAllowedContent

If you plan to use content filter please note that CKEditor for ASP.NET 4.x is still under construction and to change ACF settings you would have to use config.js as it can’t be done from control level.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy