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> </p>
Expected Result:
<p><span style="font-size: 22px;">testtesttest</span></p>
<p><span style="font-size: 22px;"> </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