Details
-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
1.16
-
None
-
None
Description
Steps to reproduce:
- Create a new page (P1) with the following content:
{{html}} <iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allowfullscreen></iframe> {{/html}} //this is my text in italic//
(intentionally leave an empty line before closing the HTML macro)
- Edit P1 using CKEditor
- Save P1 -> the content changes to
{{html}} <iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allowfullscreen></iframe> {{/html}}
The line "//this is my text in italic//" was deleted without any input from the user.
Attachments
Issue Links
- duplicates
-
XWIKI-22349 Sometimes Macro insertion eats what comes next
- Open
- relates to
-
CKEDITOR-173 WYSIWYG Editor automatically cleans up CSS styles
- Closed