Replies: 1 comment 1 reply
-
I'm not sure that is related to the core but a reproducible demo might help |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello,
I have developed a custom plugin to manage my editable nodes in a template. each editable node has a specific class.
so I came up with this plugin:
it works well for every kind of nodes (span, td, p,...), but for font tags, the edtior seems to crash (browser tab irresponsive but no errors appears in console).
I replaced the standard editor with ckeditor4.
is there a specific constraint on font tags?
Beta Was this translation helpful? Give feedback.
All reactions