Completed
Last Updated: 11 Oct 2013 11:08 by ADMIN
ADMIN
Nikolay Avramov
Created on: 09 Oct 2013 08:05
Category: Editor
Type: Bug Report
0
RadEditor issue in Admin Support - reported by Stefan Stefanov
Hi Team, 

Our colleague Stefan Stefanov reported an issue in the Admin Support RadEditor. Steps to reproduce and other details can be found in the original thread:
http://teampulse.telerik.com:9896/Project/257/Feedback/Details/230787-undesired-span-in-admin-editor 

Can you please look at it? 
Thanks in advance!

Nikolay Avramov
2 comments
ADMIN
Nikolay Avramov
Posted on: 11 Oct 2013 11:08
Hi, 

Thanks for your help!

Best Regards, 
Nikolay Avramov
ADMIN
Ianko
Posted on: 10 Oct 2013 15:36
Hello Nikolay, 

The described problem is already fixed in the 2013 Q2 SP1 version of RadControls and to resolve it I recommend upgrading to the latest available build. 

Currently I can also suggest two possible workarounds that could be useful until the RadEditor's upgrade.

 - Replacing the <p>&nbsp;</p> element with two <br /> elements, so that its deletion will not insert the unneeded <span>. Although this will work only for this case.

 - To resolve this for all cases you could use the following example setup to clear any outside CSS rules that could affect the editor's content: 

<telerik:RadEditor ID="editorMessage" runat="server">
	<CssFiles>
		<telerik:EditorCssFile />
	</CssFiles>
</telerik:RadEditor>