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

Property ContentFilters "disables" Reusable Content

1 Answer 35 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Matz
Top achievements
Rank 1
Matz asked on 06 May 2011, 09:54 AM
Hi,

We have a WCM scenario in SharePoint 2007 with own page layouts and masterpage.

The HTML-fields are set to use RAD Editor 5.8.7. We add a couple of Reusable Contents to a HTML-field via IE 8.

When we set the property ContentFilters in ConfigFile.xml (to anything) and try to add for example a new web part in a web part zone (so that the page reloads), the first thing that happens is that the Reusable Contents changes to "a" links (as it should) and then when the page have loaded again, they do not change back to the corresponding Reusable Contents (the "a" links are still visible in the field).
<property name="ContentFilters">FixUlBoldItalic,IECleanAnchors,MozEmStrong,ConvertFontToSpan,IndentHTMLContent</property>

If we comment the property setting in ConfigFile.xml it works perfect.
<!--property name="ContentFilters">FixUlBoldItalic,IECleanAnchors,MozEmStrong,ConvertFontToSpan,IndentHTMLContent</property-->

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 11 May 2011, 12:20 PM
Hello Matz,

Thank you for reporting this bug.

It appeared when the ConvertToXhtml property is disabled. To fix it please enable this property, e.g.

<property name="ContentFilters">ConvertToXhtml,FixUlBoldItalic,IECleanAnchors,MozEmStrong,ConvertFontToSpan,IndentHTMLContent</property>

I logged the bug in our PITS system and we will fix it. I also updated your Telerik points for your feedback. Here you can find the PITS Issue: Public URL.

Best regards,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Editor
Asked by
Matz
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or