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:34Yet I didn't find a similar issue.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork admin_toolbar-3349992
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
Comment #2
anybodyEventually related: #3351600: ckeditor5.dialog.fix.js throws "Uncaught TypeError: event.target.classList is undefined" in Firefox in Drupal 10 with the editor in a modal?
Comment #4
adriancidIt seems this is a ckeditor issue