Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
12.6
-
Windows 10 Pro 64 bit, Firefox 79, using a local instance of XWiki 12.6 on Oracle 19c, Tomcat 9.0.37
-
Unknown
-
N/A
-
N/A
-
Description
STEPS TO REPRODUCE
- Go to a page with some text content
- Select a word
- Press CTRL+M
- Insert some text
- Click 'Add annotation'
- Click on the small yellow icon of the added annotation
- Click the pencil - 'Edit annotation'
EXPECTED RESULTS
The annotation is opened in CKEditor edit mode.
ACTUAL RESULTS
When click 'Edit annotation', CKEditor is not loaded. Instead, some HTML code is displayed (partially from what it seems) on the annotation box (see Cannot_edit_annotation_CKEditor.png):
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
If clicked on the annotation box, the HTML code is replaced by a spinning wheel (see Cannot_edit_annotation_CKEditor2)
If clicked 'Update', the full HTML code is saved as a comment.