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

When I use realFontSize, RadEditor does not inherit font size of style

2 Answers 65 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Akinori
Top achievements
Rank 1
Akinori asked on 03 Aug 2012, 05:34 AM

Hi,

We are using the Real Font Sizes for the RadEditor.
When I create new line, RadEditor does not inherit font size to the line.

1. All clear
2. Input any string and set any font size.
3. move cursor to end of the string.
4. Input enter key.

Result:
 <p><span style="font-size: 22px;">testtesttest</span></p>
 <p>&nbsp;</p>

Expected Result:
 <p><span style="font-size: 22px;">testtesttest</span></p>
 <p><span style="font-size: 22px;">&nbsp;</span></p>

If I use the Default Font Size instead of the Real Font Size, the behavior is expected.

Please tell me any workarounds.
Thanks,
Akinori

2 Answers, 1 is accepted

Sort by
0
Akinori
Top achievements
Rank 1
answered on 28 Aug 2012, 03:01 AM
Hello,
Could anybody help with this issue?
0
Rumen
Telerik team
answered on 28 Aug 2012, 11:39 AM
Hello,

The requested feature is supported by the RealFontSize tool when the NewLineMode is set to Br. That is why my suggestion is to set this property to Br and test your scenario again.

Kind 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
Akinori
Top achievements
Rank 1
Answers by
Akinori
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or