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

Problem of using Font size and Real Font size at the same time

2 Answers 100 Views
Editor
This is a migrated thread and some comments may be shown as answers.
yunpeng
Top achievements
Rank 1
yunpeng asked on 17 May 2011, 04:19 PM
Version: 2010.2.826.35
Replicate steps,
1. Input some text in the editor
2. Select the text and choose a Font size, for example: 5 and then font size will be changed
3. Choose a real Font size, for example: 10px and then font size will be changed too
4. Problem is here: when you choose a Font size again, for example: 6, it doesn't work.

Could anyone help look into this?
Code is here,
<Telerik:RadScriptManager ID="RadScriptManager1" runat="server">
</Telerik:RadScriptManager>
<Telerik:RadEditor ID="RadEditorProductDetails" runat="server" EditModes="Design, Html" Skin="Windows7">
    <Tools>
        <Telerik:EditorToolGroup>
            <Telerik:EditorTool Name="FontName" />
            <Telerik:EditorTool Name="FontSize" />
            <Telerik:EditorTool Name="RealFontSize" />
        </Telerik:EditorToolGroup>
    </Tools>
    <Content>
    </Content>
</Telerik:RadEditor>

Thanks so much.

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 20 May 2011, 08:20 AM
Hello Yunpeng,

It is not recommended to use both types of font size dropdowns on the same toolbar, because usually the developer allows the user to apply fonts either in pixels or in points. Nevertheless, I logged the reported problem and we will research it. I also updated your Telerik points for your feedback.

Here you can find the PITS Issue: Public URL.


Kind regards,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
yunpeng
Top achievements
Rank 1
answered on 25 May 2011, 06:40 AM
Thanks for the reply.
Tags
Editor
Asked by
yunpeng
Top achievements
Rank 1
Answers by
Rumen
Telerik team
yunpeng
Top achievements
Rank 1
Share this question
or