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
The html content includes some paragraph with font family style property defined. But some of the font style disappeared in the editor.
This one works fine:
<p><spanstyle="font-family: Times;">Quill uses classes for most inline styles.</span></p>
This one disappeared:
<p><spanstyle="font-family: Times New Romen;">Quill uses classes for most inline styles.</span></p>
I am able to apply those font from the toolbar to the content. Just when I put the value of what quill generated to quill editor, the fonts would still disappear.
Steps for Reproduction
This one works fine:
This one disappeared:
I believe the issue Inline styling lost after loading/pasting html #1566 also encountered the same issue with me.
Expected behavior:
The font-family property and its value should parsed to the editor content no matter there is space between inside of it or not.
Actual behavior:
Those font style is not parsed in editor content when there are spaces in the font value.
Platforms:
Mac OS 10.12.5
Chrome 59.0.3071.115
Version:
1.3.0
The text was updated successfully, but these errors were encountered: