This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-2f97298a-58bc-4e37-a54e-194cf3cf19e2 XWIKI-22366 Open

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

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-8c6fd78a-5d96-4552-a917-9b6c087f75b4 Farcasi Alexandru-Vicentiu created this issue on 29/Jul/24 16:10
 
Summary: CKE not saving properly when editing content with iframes and text below
Issue Type: cid:jira-generated-image-avatar-2f97298a-58bc-4e37-a54e-194cf3cf19e2 Bug
Affects Versions: 13.10, 15.10.10
Assignee: Unassigned
Components: WYSIWYG Editor
Created: 29/Jul/24 16:10
Priority: cid:jira-generated-image-static-major-c6a793fd-2cb4-44b9-87d3-44d173f29a6f Major
Reporter: Farcasi Alexandru-Vicentiu
Description:

Steps to reproduce:

  1. Paste this velocity code inside a page:

velocity

    • Your velocity code here *#

html clean=false
<iframe></iframe>
/html

/velocity

  1. Edit the page(press E)
  2. Add text below the iframe
  3. Save the changes
  4. Edit the page (press E)
  5. Click Save

Expected results:
The text is saved.

Actual result:

The text is deleted.

 

Workaround:

Remove the clean=false property.

 
 

1 update

 
cid:jira-generated-image-avatar-8c6fd78a-5d96-4552-a917-9b6c087f75b4 Changes by Farcasi Alexandru-Vicentiu on 29/Jul/24 16:12
 
Attachment: 2024-07-29 17-11-49.mp4