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

Compatibility issue between Radeditor and Silverlight RadDocument control

1 Answer 27 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ankur
Top achievements
Rank 1
Ankur asked on 26 Jun 2013, 09:03 AM
While saving content from silverlight editor control, it generate the following html
<p style="margin: 0px 0px 12px 0px;text-align: left;text-indent: 0pt;padding: 0px 0px 0px 0px;">
<span style="font-family: 'Segoe UI';font-style: Normal;font-weight: normal;"> </span>
<span style="font-family: 'Verdana';font-style: Italic;font-weight: bold;background-color: #FFFF00;text-decoration: underline line-through;">
Hi this is Bold <br />Test</span>
<span style="font-family: 'Segoe UI';font-style: Normal;font-weight: normal;" />
</p>

Resulting the attached image.

when i try to edit the content added via silverlight control above in asp.net rad editor, i am not able to Unbold the content which is bold in above screen shot. there seems to be compatiblity issue between two. ASP.Net generate the following markup when we bold the content
<strong><em><span style="text-decoration: line-through;">this is Online Test</span></em></strong>


This is happening with other formatting like Italic, Underline, strike.
Attached Memo.png is the screen-shot of RadEditor displaying the disabled buttons i.e issue.




1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 28 Jun 2013, 05:12 PM
Hello Ankur,

Indeed, there are problems when pasting the specified content and using the formatting commands of RadEditor to disable the formatting. These features are planned for improvement in the future releases of RadControls for ASP.NET AJAX, although I cannot provide a firm estimation.

I noticed that you have opened a support ticket about the same issue. Please use only one ticket/forum thread per scenario when reporting problems in the future. This way it will be easier to track the information on the case.

Please excuse us for the caused inconvenience!

Regards,
Slav
Telerik
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 the blog feed now.
Tags
Editor
Asked by
Ankur
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or