Problem

The Add group button of CKEditor toolbar configuration interface is dysfunctional when Bootstrap modals are active.

When you click the Add group button, the whole form is submitted instead of displaying the expected modal dialog.

It seems that dialog.showModal(); from core/modules/ckeditor/js/ckeditor.admin.js:355 is not correctly fired.

Workaround

Turn off Bootstrap modals from the theme settings form.

Original report by wheretoplaygames

Comments

Maxime Gilbert created an issue. See original summary.

markhalliwell’s picture