Hi All,
After installing the new version of editor (Telerik.Web.UI, Version=2012.2.912.40) hoping to fix some of the formatting issues I seem to have introduced more formatting issues. The problem is that if I type some text and try to change the font it does not change at all. When switching to HTML view I see following which appears to be properly formatted and all:
I have defined the editor as following:
When inspecting html code using F12 Developer Tools I noticed that the content is still using FONT tag:
Can anyone advise on this behavior? Has anything changed or have I missed anything?
Thanks
PS: I am on Win7 and IE9. Also see code discrepancy in the screenshot of the F12 tools
After installing the new version of editor (Telerik.Web.UI, Version=2012.2.912.40) hoping to fix some of the formatting issues I seem to have introduced more formatting issues. The problem is that if I type some text and try to change the font it does not change at all. When switching to HTML view I see following which appears to be properly formatted and all:
<span style="font-family: Courier New;">dfasdf asdf asdf asdf</span>I have defined the editor as following:
<telerik:RadEditor runat="server" ID="richText" EditModes="Design" ToolsFile="EditorTools.xml" ContentAreaMode="Div" ContentFilters="ConvertFontToSpan,ConvertToXhtml,ConvertCharactersToEntities,IndentHTMLContent" StripFormattingOptions="All" Width="935px"></telerik:RadEditor>When inspecting html code using F12 Developer Tools I noticed that the content is still using FONT tag:
<FONT face="Courier New">dfasdf asdf asdf asdf</FONT>Can anyone advise on this behavior? Has anything changed or have I missed anything?
Thanks
PS: I am on Win7 and IE9. Also see code discrepancy in the screenshot of the F12 tools
