Details
-
Bug
-
Resolution: Duplicate
-
Blocker
-
None
-
1.30
-
None
-
Windows 10 Pro 64 bit, Chrome 72, using a local instance XWiki 10.11.2 on Oracle 11.2
-
Unknown
-
Description
STEPS TO REPRODUCE
- Edit a page in CKEditor mode
- Click on "XWiki Macro" Button
- Search for HTML Macro and click 'Select'
- Paste a HTML content, e.g.:
<!DOCTYPE html> <html> <head> <title>Sample title</title> </head> <body> <h1 style="color:red;">This is a Heading</h1> <p style="color:blue;" style="font-size:24px;">This is a paragraph. <b>Hello, <i>world</i>!</b></p> </body> </html>
- Click 'Submit' and 'Save&View'
- Edit again the page and save it
EXPECTED RESULTS
The HTML Macro's output is working properly. The Macro's output is saved once.
ACTUAL RESULTS
The Macro's output is duplicated every time a save is performed (also notice that the title <title>Sample title</title> is displayed starting with the second duplication.
The issue could not be reproduced on CKEditor Integration 1.29.
Attachments
Issue Links
- duplicates
-
XWIKI-22349 Sometimes Macro insertion eats what comes next
- Open
-
CKEDITOR-271 Some macros do not work properly and have some UI related issues
- Closed