We use the HtmlArea-Component (TinyMCE) and bind it to a dataprovider. When we store a record in Servoy 2021.03 then the content in the specific field looks like this:
<html><body><p>My Test</p></body></html>
In TiNG (Servoy 2024.03 LTS) when I do the same the content in the field looks like this:
<p>My Test</p>
So obiously the “”-nodes are not stored anymore, just “the content”.
We use this html-area for example to create e-mail-templates (html-emails) and there we need this full-html-thing around (…) and as I wrote: until 2021.03 it worked like that and now it changed. Probably it’s worth mention this in the documentation as a behaviour-change. At least we must be aware of this change.
So, for us we will build a workaround for that, that after data-change we wrap it by our code with the missing html- and -body-tags.