There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-2f6c9820-b3e2-4019-9f99-f9268052505d XWIKI-22366 Open

CKE not saving properly when editing content with iframes and text below

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-39b10b36-7d1c-4582-81c3-764bff52b37e Changes by Marius Dumitru Florea on 30/Jul/24 10:57
 
Description: Steps to reproduce:
# Paste this velocity code inside a page:

{
\ noformat}
{ { velocity}}
#* Your velocity code here *#

{
\ {html clean=false}}
<iframe></iframe>
{
\ {/html}}

{
\ {/velocity}}
{noformat}

# Edit the page(press E)
# Add text below the iframe
# Save the changes
# Edit the page (press E)
# Click Save

Expected results:
The text is saved.

Actual result:

The text is deleted.

 

Workaround:

Remove the clean=false property.