Roland
Member
Hi there,
using an element defined as plugin textarea with the option WYSIWYG Editor:
On saving a record containing text in entity brackets like <Test> is being deleted completely - including the entities. Brackets without text <> or containing a number like <1> are preserved. If I deactivate WYSIWYG Editor the complete text including brackets is being saved.
This is my html test code:
In Fabrik 3 text surrounded by <> was preserved and in Joomlas content articles it works to save text containing the entity brackets <>.
Roland
using an element defined as plugin textarea with the option WYSIWYG Editor:
On saving a record containing text in entity brackets like <Test> is being deleted completely - including the entities. Brackets without text <> or containing a number like <1> are preserved. If I deactivate WYSIWYG Editor the complete text including brackets is being saved.
This is my html test code:
HTML:
<p>Paragraph with <1>: <Test></p>
<p>Paragraph with <1> and URL: <https://fabrikar.com/></p>
In Fabrik 3 text surrounded by <> was preserved and in Joomlas content articles it works to save text containing the entity brackets <>.
Roland