-
Bug
-
Resolution: Fixed
-
Blocker
-
4.0RC5
-
None
org.ametys.core.ui.widgets.richtext.RichTextConfigurationTag.EMPTY_TAG.REMOVE_EMPTY_ATTRIBUTES
it will generate a ! before the declaration of the span tag in
Ametys.form.widget.RichText.RichTextConfiguration.getTags()
, which seems to be the cause of the bug (see TinyMCE documentation)
As a result, as REMOVE_EMPTY_ATTRIBUTES is defined for default RichTextConfiguration (in plugin.xml:529 of plugin core-ui) for span tag, the span do not work anymore
So, currently declaration of lang change and semantic annotation use span, and do not work in rich text
- Bloque
-
CMS-8324 Rich text edition error with a rich text with annotation
- Closed