I am using RadEditor version 2010.1.519.35 its working fine in Fire-Fox but I am unable to write anything in Google chrome 11.0.696.71 as the editor is not enabled for writing.Is there any solution for this?
3 Answers, 1 is accepted
0
Rumen
Telerik team
answered on 25 May 2011, 11:15 AM
Hi Deepak,
You are using an older version of Telerik.Web.UI.dll released before the latest official build of Chrome. My recommendation is to test the latest Q1 2011 SP2 build of Telerik.Web.UI under Chrome 11.0.696.71 and confirm that the problem does not persist. You can test the Default Example of RadEditor at http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx, which runs the latest build of Telerik.Web.UI.
Hi,
Thanks for your reply.That may be the cause for radeditor not working in google chrome.But when i run the page with radeditor in local machine i am able to add/edit contents in radeditor.So what may be the difference between local and hosted one? I am using the same Telerik.Web.UI.dll both in local and hosted one
I am getting the following error( in hosted one) from console of google chrome using inspect element.Does this have any thing to do with my problem?
Uncaught Sys.ArgumentUndefinedException: Sys.ArgumentUndefinedException: Value cannot be undefined.
Parameter name: type
You run most likely the editor on the local machine under the integrated development server of Visual Studio, which the project on the live server is hosted on IIS. This could be the main difference.
Nevertheless, my recommendation is to upgrade to the latest build of RadEditor and let me know if the problem still persists.