Completed
Last Updated: 24 Jun 2016 13:05 by ADMIN
ADMIN
Ianko
Created on: 01 Jun 2016 11:15
Category: Editor
Type: Bug Report
0
RealFontSize tool fails to apply inline styles when multiple paragraphs are selected and they have already color and font-size applied under IE
Having multiple paragraphs that are formatted with color and font-size as inline styles, selecting them and applied font-size by using RealFontSize tool causes these issues:

1. Only first paragraph is properly decorated;
2. Second paragraph is stripped from any inline styles at all;
3. The next paragraphs stay without any changes applied.


Possible workaround is to disable the ConvertFontToSpan filter:

RadEditor1.DisableFilter(EditorFilters.ConvertFontToSpan);
0 comments