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
Should show a table with content Font Arial 11 in Arial font and size 11px
❌ Actual result
Shows a table with content Font Arial 11 with no font styles applied
📃 Other details
Apparently changing the upcast conversion to elementToAttribute instead of attributeToAttribute in the _prepareAnyValueConverters resolves the problem.
But I am not sure if this is the correct way to solve it.
Browser: Chrome
OS: Windows
CKEditor version: 21.0.0
Installed CKEditor plugins: Default
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:
Fix (font): Fixed the `supportAllValues` configuration for the `FontSize` and `FontFamily` features to work with nested elements (tables). Closes#7965.
Thanks to @dkrahn!
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
Should show a table with content Font Arial 11 in Arial font and size 11px
❌ Actual result
Shows a table with content Font Arial 11 with no font styles applied
📃 Other details
Apparently changing the
upcast
conversion toelementToAttribute
instead ofattributeToAttribute
in the_prepareAnyValueConverters
resolves the problem.But I am not sure if this is the correct way to solve it.
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: