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

rad editor font name and size cannot change

3 Answers 189 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jiju
Top achievements
Rank 1
Jiju asked on 16 Feb 2012, 01:16 PM
when using rad editor in browsers like safari and google chrome, I am not able to change the font size. but when i select the text and changing the size, the font size will change.
the version of telerik i am using is 2009.3.1314.35, the version of safari is safari 5.1.2 and the version of google chrome is 4.0.211.7
my code is shown below.


<telerik:RadEditor ID = "rdtxtNotes"  runat="server"   Width="510px" >
                    <Tools >
                        <telerik:EditorToolGroup >
                        <telerik:EditorTool Name ="FontName"   ShowIcon ="true" />
                        <telerik:EditorTool Name = "RealFontSize" ShowIcon ="true" Text="10px" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name ="Bold" ShowIcon ="true"  />
                        <telerik:EditorTool Name ="Italic" ShowIcon ="true" />
                        <telerik:EditorTool Name ="Underline" ShowIcon ="true" />
                        <telerik:EditorSeparator />
                      
                        <telerik:EditorTool Name ="JustifyLeft" ShowIcon ="true" />
                        <telerik:EditorTool Name ="JustifyCenter" ShowIcon ="true" />
                        <telerik:EditorTool Name ="JustifyRight" ShowIcon ="true" />
                        <telerik:EditorSeparator />
                         
                        <telerik:EditorTool Name ="InsertOrderedList" ShowIcon ="true" />
                        <telerik:EditorTool Name ="InsertUnorderedList" ShowIcon ="true" />
                        <telerik:EditorTool Name ="Indent"  ShowIcon ="true" />
                        <telerik:EditorTool Name ="Outdent"  ShowIcon ="true" />
                        <telerik:EditorSeparator />
                        </telerik:EditorToolGroup>
                    </Tools>               
                    <Tools >
                          <telerik:EditorToolGroup >              
                                <telerik:EditorTool Name ="ForeColor"   ShowIcon ="true" />
                                <telerik:EditorTool Name ="BackColor" ShowIcon ="true" />
                                <telerik:EditorTool Name ="InsertParagraph"   ShowIcon ="true" />
                          </telerik:EditorToolGroup>
                    </Tools>
                </telerik:RadEditor>

3 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 17 Feb 2012, 01:51 PM
Hi,

Do you experience the reported problem with the latest version of RadEditor and the latest version of Safari and Chrome? If you unable to reproduce the problem in the default example of RadEditor, my recommendation is to upgrade, because you are using a very old version.

Best regards,
Rumen
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Jiju
Top achievements
Rank 1
answered on 20 Feb 2012, 01:19 PM
Hi
Thanks for the reply.
when using latest version of telerik ( 2012 Q1), this issue is not occurring in Google chrome and safari. but when using Opera 11.00, the issue exists.

0
Rumen
Telerik team
answered on 23 Feb 2012, 09:15 AM
Hello,

Could you please replace the

<telerik:EditorTool Name = "RealFontSize" />

with

<telerik:EditorTool Name = "FontSize" />

and test again?

Please, also provide detailed steps or video demonstrating how to replicate the RealFontSize problem in Opera 11 on our end.


Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Jiju
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Jiju
Top achievements
Rank 1
Share this question
or