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

Problem with Rad Editor on Sitecore

2 Answers 117 Views
Editor
This is a migrated thread and some comments may be shown as answers.
yusuke
Top achievements
Rank 1
yusuke asked on 08 Oct 2015, 04:38 AM

I use Rad Editor on Sitecore.

(Sitecore is a CMS tool .http://www.sitecore.net/)

 As described below , span tags are erased one .

 

 <span class="link-blank-right">
    <span class="icn"><a href="#">sample</a></span>
    </span>
    ↓↓↓
    <span class="icn"><a href="#">sample</a></span>

 

This is what I will reproduce even in the demo site .

http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx

Please tell me how to resolve .

 

2 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 08 Oct 2015, 05:20 AM
Hi,

This is the result of the enabled-by-default OptimizeSpans filter. Disabling it will stop that behavior. You can test that in this demo—http://demos.telerik.com/aspnet-ajax/editor/examples/builtincontentfilters/defaultcs.aspx.

Regards,
Ianko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
yusuke
Top achievements
Rank 1
answered on 08 Oct 2015, 05:48 AM

Thank you for your answer !

It was properly operated .

Tags
Editor
Asked by
yusuke
Top achievements
Rank 1
Answers by
Ianko
Telerik team
yusuke
Top achievements
Rank 1
Share this question
or