You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that our product was already released with CK Editor version 22.0.0, so this is an issue our customers are facing and we are trying to fix it urgently. If any fix or temporary workaround can be provided, we would really appreciate it. Thanks!
Hi @mlewand , thanks for your response and workaround. I later found that the issue also exists for 'face', 'size' and 'styles' attributes. How can I extend the above solution to apply on all of them? This is a sample input: <font color="#ff9900" face="arial black" style="font-style:italic;font-weight:bold" size="3">sample</font>.
AnnaTomanek
changed the title
HTML elements with <font> tag cannot be loaded into CK Editor
HTML elements with <font> tag cannot be loaded into CKEditor
Mar 2, 2021
π Provide detailed reproduction steps (if any)
editor.setData('<font color="#ff9900">bbb</font>');
βοΈ Expected result
The element was kept the same.
OR
The tag was converted to something else, but the color information was kept.
β Actual result
Was converted to
<p>bbb</p>
. And the color was lost.If you'd like to see this fixed sooner, add a π reaction to this post.
The text was updated successfully, but these errors were encountered: