This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-7e3328d6-2c71-4a31-ac1d-98764e5ebbee XWIKI-23838 Open

CKEditor should not fail completely when an invalid plugin is configured

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-cc088d5c-8a94-4bdf-be40-832b7cb2cc20 Anca Luca created this issue on 19/Dec/25 20:10
 
Summary: CKEditor should not fail completely when an invalid plugin is configured
Issue Type: cid:jira-generated-image-avatar-7e3328d6-2c71-4a31-ac1d-98764e5ebbee Improvement
Affects Versions: 16.10.11
Assignee: Unassigned
Components: WYSIWYG Editor
Created: 19/Dec/25 20:10
Priority: cid:jira-generated-image-static-major-b08539bb-5ab1-4c6f-9cf2-96448d023ec1 Major
Reporter: Anca Luca
Description:

See the steps to reproduce and the effects from issue JIRA-101 .

This also reproduces when adding a line in the CKEditor configuration with a plugin that is not defined, such as:

config.extraPlugins = 'foo-bar';

Basically, what happens in there is that when a plugin is not available the whole editor fails to load. I would expect that it shows an error and then loads all the other plugins and keeps on going.