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,
Thanks so much.
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.
