Opened 11 years ago
Closed 10 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
2: If we click on Editor footer getting console errors like "Maximum call stack size Exceeded". see below image
Thanks Nagesh
Attachments (3)
Change History (7)
Changed 11 years ago by
comment:1 Changed 11 years ago by
Status: | new → pending |
---|
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 10 years ago by
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 10 years ago by
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 10 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
Before click