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
Hi, Thanks for your help! Best Regards, Nikolay Avramov
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> </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>