Hi All,I am using a color and font picker in Rich Text component. The
picker appends font-size, bgcolor, color and font-family as per the
selection in a span tag.E.g. This s Test Content But as soon as
I press any Key in my Rich Text dialog, styles get removed.Investigating
this I noticed that handleJunkSpans function inside KeyPlugin.js (loaded
as part of richtext.js from /libs/clientlibs/granite/richtext ) is
causing the issue and removing all styles if font-size is present. if
(com.isTag(toCh...