Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Editor > font size change removes the editor content
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered font size change removes the editor content

Feed from this thread
  • liju avatar

    Posted on Jun 28, 2011 (permalink)

    HI,
    I have got a strange behaviour in rad editor.The content disappears if i click on the font dropdown. No matter what ever font size I select, the dropdown's selected text is coming as 16px. Is this machine dependent. coz in some machines i couldn't see this behabiour.
    This is the code i have used
     <telerik:RadEditor ToolsFile="~/XML/MainTools.xml" Width="680px" Height="370px"
                                                        runat="server" ID="Contenteditor">
                                                       
                                                        <ImageManager ViewPaths="~/Files" UploadPaths="~/Files" DeletePaths="~/Files" />
                                                    </telerik:RadEditor>
    ~/XML/MainTools.xml

    <root>
      <tools name="Formatting" enabled="true" dockable="true">
        <tool name="Bold" />
        <tool name="Italic" />
        <tool name="Underline" />
        <tool separator="true"/>
        <tool name="JustifyLeft"/>
        <tool name="JustifyCenter"/>
        <tool name="JustifyRight"/>
        <tool name="JustifyFull"/>
        <tool separator="true"/>
        <tool name="ForeColor" />
        <tool name="BackColor"/>
        <tool separator="true"/>
        <tool name="LinkManager"/>
        <tool name="Unlink"/>
        <tool separator="true"/>
        <tool name="InsertOrderedList"/>
        <tool name="InsertUnorderedList"/>
        <tool name="Outdent"/>
        <tool name="Indent"/>
        <tool separator="true"/>
        <tool name="FontName"/>
        <tool name="RealFontSize"/>
      </tools>
      <realFontSizes>
        <item value="8px"></item>
        <item value="9px"></item>
        <item value="10px"></item>
        <item value="11px"></item>
        <item value="12px"></item>
        <item value="13px"></item>
        <item value="14px"></item>
        <item value="16px"></item>
        <item value="18px"></item>
        <item value="20px"></item>
        <item value="22px"></item>
        <item value="24px"></item>
        <item value="26px"></item>
        <item value="28px"></item>
        <item value="32px"></item>
        <item value="36px"></item>
        <item value="48px"></item>
      </realFontSizes>
      <tools name="MainToolbar" dockable="true" enabled="true">
        <tool name="Print"/>
        <tool name="AjaxSpellCheck"/>
        <tool name="FindAndReplace" />
        <tool separator="true"/>
        <tool name="Undo" />
        <tool name="Redo" />
        <tool separator="true"/>
        <tool name="Cut" />
        <tool name="Copy" />
        <tool name="Paste" shortcut="CTRL+!"/>
        <tool separator="true"/>
        <tool name="ImageManager"/>
        <tool name="InsertTable"/>
        <tool separator="true"/>
        <tool name="Superscript" />
        <tool name="Subscript" />
        <tool name="InsertParagraph" />
        <tool name="InsertGroupbox" />
        <tool name="InsertHorizontalRule" />
        <tool name="InsertDate" />
        <tool name="InsertTime" />
      </tools>


      <fontNames>
        <item name="Arial" />
        <item name="Arial Black" />
        <item name="Arial Narrow" />
        <item name="Calibri" />
        <item name="constantia" />
        <item name="Courier" />
        <item name="Courier New" />
        <item name="Tahoma" />
        <item name="Times New Roman" />
        <item name="Times New Roman Baltic" />
        <item name="Verdana" />
      </fontNames>
    </root>

  • Dobromir Dobromir admin's avatar

    Posted on Jul 1, 2011 (permalink)

    Hi Liju,

    I tried to reproduce the problem with the provided editor's configuration but to no avail. Could you please provide more detailed information on the subject.
    • Which version of RadControls for ASP.NET AJAX and .NET Framework are used in the application?
    • Under which browser and its version the problem occurs?
    • Are you able to reproduce the problem on the live demos? If so, could you please provide the exact steps the need to be executed in order to reproduce the issue?
    • Could you please provide a simple fully runnable project reproducing the problem so we can investigate it further?

    Looking forward to hearing from you,
    Dobromir
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Editor > font size change removes the editor content