In our model-driven app, we have a custom field of type multi-line text. On a form, we're using the "Rich Text Editor Control" component for that field. When we populate the content for that field from JavaScript, that content is not visible in the control. The data is somehow there, but not visible. If I save & close the record then re-open it, it shows up. If I switch to the "Multiline text" component, it populates just fine. But we need the rich text capabilities.
Here is the JavaScript line of code:
formContext.getAttribute("xyz_body").setValue("This is a test");
It used to work properly, up to maybe a month ago. But I don't know exactly when it stopped working. Has anyone else run into this?