Opened 10 years ago

Closed 10 years ago

#12175 closed Bug (expired)

CKEditor is not loading in Chrome browser, While displaying it dynamically inside a GridView

Reported by: Dilli Owned by:
Priority: Normal Milestone:
Component: General Version: 3.6.4
Keywords: Cc:

Description

CKEditor is not loading in Chrome browser, While displaying it dynamically inside a GridView

Google Chrome Version: 35.0.1916.153 m

Working fine with Firefox and Internet Explorer

Firefox Version: 30.0

Internet Explorer Version: 11.0.9600.17126

While displaying the ckeditor dynamicaly inside a GridView, I get the following error "Uncaught Sys.ParameterCountException: Sys.ParameterCountException: Parameter count mismatch." only in Chrome browser and hence the editor is not loading.

No such error in Firefox and Internet Explorer, and the editor is loading properly.

Dilli.

Change History (2)

comment:1 Changed 10 years ago by Jakub Ś

Status: newpending
  1. Please make sure that none of Chrome plugins is causing this. If you have any plugins installed on Chrome, please disable them and recheck or try clean Chrome.
  2. You are using CKEditor ASP.NET if I'm guessing correctly.

You can update client side version to CKEditor 3.6.6 or even latest 4.4.2. Perhaps upgrading will be solution (Don’t forget to clear browser’s cache after upgrade). Download CKEditor 3.6.4 for ASP.NET, unpack, go to your-ckeditor-aspnet-3.6.4-folder\_Samples and delete \ckeditor\ directory. Download FULL package for CKEditor 4.4.2 (or package for CKEditor 3.6.6) and extract it to \ckeditor\ directory. Next copy \ckeditor\ directory to your-ckeditor-aspnet-3.6.4-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.

  1. Please also make sure you are using default package without any CKEditor third-party plugins or core code customizations (configuration options are not considered customizations)
  1. If possible please try to provide us with reduced sample project that shows this issue. I'm talking about something that can be run from VS.

comment:2 Changed 10 years ago by Piotrek Koszuliński

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