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

RAD Editor Underline problem

3 Answers 73 Views
Editor
This is a migrated thread and some comments may be shown as answers.
chiranth
Top achievements
Rank 1
chiranth asked on 04 Aug 2010, 06:34 PM
Hi Sir/Mam,

I am facing a weird problem using the Telerik RAD Editor. I am using the control inside a ASPX page . Here is the control code

<telerik:RadEditor ID="uxQuestion" Height="400px" Width="95%" runat="server" OnClientLoad="OnClientLoadofQuestion"
OnClientCommandExecuted="OnClientCommandExecuting" ToolsFile="~/BasicTools.xml" SaveInFile="true"  Skin="Outlook" EditModes="Design">   <Content> </Content>  </telerik:RadEditor>

I type the content in the Editor, and select any of the font name (say Verdana) or Real font size (22) and click on the underline button.
It underlines the content. When i save this content and try to edit it later, i cannot remove the underline.
Additionally, everything i type in this box is automatically underlined and I am not able to remove the underline.
Please see the image attached.

It works fine when i donot specify the Font name or Real font size at the first time. 

Please let me know what is the problem.

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 05 Aug 2010, 11:57 AM
Hi,

All you need to do is to disable the OptimizeSpans content filter. You can do that by setting in the codebehind

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

You can find more information about the built-in content filters in this help article: Content Filters.


Best regards,
Rumen
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Zakaria
Top achievements
Rank 1
answered on 09 Mar 2012, 07:30 PM
Hi,

I have the same problems but i can not resolve it,please somebody help me thnks
0
Rumen
Telerik team
answered on 12 Mar 2012, 09:10 AM
Hi,

Can you please explain in more detail how to reproduce the problem? We need reliable reproduction steps and sample content. Are you able to reproduce it in the Built-in Content Filters demo and under which browser?

Best 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
chiranth
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Zakaria
Top achievements
Rank 1
Share this question
or