Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 294274

CKEditor5 table properties not visible after Drupal 10.4.0 update

$
0
0

Problem/Motivation

Drupal to 10.4.0 now includes CKEditor 10.4.0 which breaks with the following error in the console: TypeError: t.Model is not a constructor.

Steps to reproduce

Install Drupal 10.4.0
Add the "Table" from CKEditor toolbar.
Table properties will be disappeared and an arrow will be shown.
Attaching the screenshots with 10.3..13 and 10.4.0

ERROR:

ckeditor5-dll.js?v=44.0.0:5 Uncaught CKEditorError: Pe.Model is not a constructor
Read more: https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html#error-Pe.Model is not a constructor
    at Fe (table.js?v=44.0.0:5:67053)
    at Le._fillDropdownWithListOptions (table.js?v=44.0.0:5:66918)
    at Le._prepareDropdown (table.js?v=44.0.0:5:66035)
    at Object.callback (table.js?v=44.0.0:5:63482)
    at Cs.create (ckeditor5-dll.js?v=44.0.0:5:641582)
    at ckeditor5-dll.js?v=44.0.0:5:607678
    at Array.map (<anonymous>)
    at ho._buildItemsFromConfig (ckeditor5-dll.js?v=44.0.0:5:607586)
    at ho.fillFromConfig (ckeditor5-dll.js?v=44.0.0:5:607444)
    at te._showToolbar (ckeditor5-dll.js?v=44.0.0:5:795398)


Viewing all articles
Browse latest Browse all 294274

Trending Articles