Problem/Motivation

In Drupal 10 with CKEditor 5 I get the following error on /node/X/edit

posting this here, as admin_toolbar is in the JS backtrace, still I don't really understand the reasons and where it comes from. I doubt it must be this module.

Uncaught TypeError: event.target.classList is undefined
    _allowInteraction ckeditor5.dialog.fix.js:15
    jQuery 14
    attach admin_toolbar.js:8
    attachBehaviors drupal.js:166
    attachBehaviors drupal.js:162
    <anonymous> drupal.init.js:32
    listener drupal.init.js:20
    domReady drupal.init.js:26
    <anonymous> drupal.init.js:31
    <anonymous> drupal.init.js:34

Yet I didn't find a similar issue.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Anybody created an issue. See original summary.

andrew.farquharson made their first commit to this issue’s fork.

adriancid’s picture