There are 4 updates, 1 comment.
 
 
JIRA Components / cid:jira-generated-image-avatar-51e9e797-e845-4665-9833-659bdaab720d JIRA-101 Open

Installing and configuring the JIRA CKEditor Integration breaks the wysiwyg editor for all non-admin users

 
View issue   ยท   Add comment
 

4 updates

 
cid:jira-generated-image-avatar-7b3e3c6b-6dd2-46ad-9408-feda5fc89456 Changes by Anca Luca on 19/Dec/25 20:05
 
Description: Steps to reproduce:
* install the JIRA CKEditor Integration extension
* activate it by adding the config.extraPlugins = 'xwiki-jira-paste' in the editor configuration, in administration
* login with a non-admin user
* go to a page (any page) and click edit, or follow the create form to create a new page

Expected result:
* the rich text editor is loaded for the page edit, or for the content editing of the newly created page

Actual result:
* the editor is not loaded for the page edit - page content remains non-editable
and the pointer is indefinitely displayed
!editLoading.png|thumbnail!
* the editor is not loaded at all for the creation of a new page
!createEmpty.png|thumbnail!

This was reproduced on XWiki version 16.10.11, with realtime editor disabled (so it's not related to JIRA-92).
Attachment: createEmpty.png
Attachment: editLoading.png
Labels: regression
 
 

1 comment

 
cid:jira-generated-image-avatar-7b3e3c6b-6dd2-46ad-9408-feda5fc89456 Anca Luca on 19/Dec/25 20:11
 

The wysiwyg could be more robust to such unavailable plugins, as described in XWIKI-23838 .