This is a migrated thread and some comments may be shown as answers.

Error while executing filter ConvertFontToSpanFilter

4 Answers 287 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Christy
Top achievements
Rank 1
Christy asked on 05 Dec 2011, 11:23 PM

Hi Team,

I am getting the following error while I open the page to edit the previously created contents.
Error while executing filter ConvertFontToSpanFilter - [object Error].
I tried the below code but still gets the same error.

 

ContentFilters

= "ConvertToXhtml, RemoveScripts,FixUlBoldItalic, IECleanAnchors, FixEnclosingP, MozEmStrong,ConvertFontToSpan, IndentHTMLContent, OptimizeSpans"

Regards,
Christy

4 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 06 Dec 2011, 03:59 PM
Hi Christy,

Please, delete the ConvertFontToSpan setting from the ContentFilters property and test again, e.g.

ContentFilters= "ConvertToXhtml, RemoveScripts,FixUlBoldItalic, IECleanAnchors, FixEnclosingP, MozEmStrong,IndentHTMLContent, OptimizeSpans"



Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Christy
Top achievements
Rank 1
answered on 06 Dec 2011, 07:21 PM
Thanks Rumen. That wroks.
0
Rory
Top achievements
Rank 1
answered on 13 Nov 2012, 06:37 PM
We are receiving the same error yet we are never setting the ContentFilters nor using a ConvertFontToSpan feature that i can tell.
0
Rumen
Telerik team
answered on 14 Nov 2012, 04:20 PM
Hello,

The ConvertFontToSpan is enabled by default. You can disable it by setting

RadEditor1.DisableFilter(Telerik.Web.UI.EditorFilters.ConvertFontToSpan);


Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Christy
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Christy
Top achievements
Rank 1
Rory
Top achievements
Rank 1
Share this question
or