Opened 9 years ago

Closed 9 years ago

#12529 closed Bug (expired)

Ck Editor in Asp.net

Reported by: Nagesh Owned by:
Priority: Normal Milestone:
Component: Server : ASP.Net Version: 3.6.2
Keywords: Cc:

Description

Hi

This is Nagesh, am using CkEditor(3.6.2) in my asp.net application. it is giving two issues

1: While click save button Editor disappearing after saving the data editor is showing., see below images No image "/Users/nagesh/Desktop/ck2.PNG" attached to file:///C No image "/Users/nagesh/Desktop/12345.png" attached to file:///C

2: If we click on Editor footer getting console errors like "Maximum call stack size Exceeded". see below image No image "/Users/nagesh/Desktop/ck1.PNG" attached to file:///C

Thanks Nagesh

Attachments (3)

ck2.PNG (56.9 KB) - added by Nagesh 9 years ago.
Before click
12345.png (55.7 KB) - added by Nagesh 9 years ago.
After Click
ck1.PNG (92.8 KB) - added by Nagesh 9 years ago.
Getting console error while click on footer

Download all attachments as: .zip

Change History (7)

Changed 9 years ago by Nagesh

Attachment: ck2.PNG added

Before click

Changed 9 years ago by Nagesh

Attachment: 12345.png added

After Click

Changed 9 years ago by Nagesh

Attachment: ck1.PNG added

Getting console error while click on footer

comment:1 Changed 9 years ago by Jakub Ś

Status: newpending

First of all you should use CKEditor ASP.NET (if you are not doing that already), second this looks like some implementation issue. This could be caused by conflict between ASP.NET and CKEditor JS or by some third-party script.

Are you able to reproduce this issue in standalone CKEditor ASP.NET?


You should upgrade client side of your editor.

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.5.

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.5 (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.

comment:2 Changed 9 years ago by Nagesh

Hi j.swiderski

Thanks for comment am using Asp.net 4.5.
Ck Editor 4.4.5 is support for .Net 4.5?

Thanks
Nagesh

comment:3 Changed 9 years ago by Jakub Ś

CKEditor 4.4.5 is Java Script so this is not a question of support.

You should use CKEditor for ASP.NET. The ASP.NET connector is version 3.6.x (will be soon updated to version 4) but will work with CKEditor client-side 4.4.5.

One thing is IMHO for sure - if you get such strange errors you should rather use ASP.NET connector.

If I understand correctly you are not using ASP.NET connector at the moment. Is that correct?

comment:4 Changed 9 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed
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