apex 20.2
We have stored html with CK Editor 4. Once we upgrade our page item to CK Editor 5 and fetch the existing html, it appears that the editor converts our html stored in CK Editor 4. When leaving the page unsaved, alert Warn on Unsaved Changes prompts, although the user did not change any data.
Looking in the database CLOB column with CK Editor 4 html, CK Editor 5 has changed
<p><span style="color:#008000"><strong>Check by "Show XML File".</strong></span></p>
to
<p><span style="color:#008000;"><strong>Check by "Show XML File".</strong></span></p>
Should we migrate the html stored with CK Editor 4? If yes, how to migrate?
Looking forward to your response.
Johan