Problem/Motivation
After an update to Drupal 10.5.0 the CKEditor is unavailable when creating / editing nodes. The CKEditor is available again after uninstalling this module. Reproducible by re-installing the module under Drupal 10.5.0. No information is logged to the status report.
Steps to reproduce
Update to Drupal 10.5.0 and install module.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3531224-5.patch | 25.46 KB | jasonsavino |
Issue fork ckeditor_responsive_table-3531224
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
ed2908 commentedSame. I'm seeing this error on Drupal 10.5.1:
Comment #3
desix75 commentedI have the same error on drupal 11.2.2 and ckeditor_responsive_table 1.0.6,
if I remove it from the ckeditor5 toolbar then the editor works perfectly again.
Comment #4
marelpup commentedThere is the same issue on this module
https://www.drupal.org/project/ckeditor_abbreviation/issues/3531259
fixed with
https://git.drupalcode.org/project/ckeditor_abbreviation/-/merge_request...
Comment #5
jasonsavino commentedUploading a patch file until the solution has been implemented in the module.
Comment #6
bronzehedwickConfirmed the issue on a fresh 10.5 install. Thanks all for reporting! I'll apply @jasonsavino's patch to an MR, test that, and open for community review. Thanks @jasonsavino!
Comment #8
bronzehedwickAdded an MR based on @jasonsavino's patch. Tested working locally on Drupal 10.5 and 11.1. The differences between the MR and the patch are some small code style clean up, installing the ckeditor icon npm package, and bumping the module's ckeditor dev dependencies to match the latest version. Needs some thorough testing because of the upgrades.
Comment #9
bronzehedwickComment #11
javi-er commentedI tested it in my local and it's working well!
Comment #12
javi-er commentedComment #14
javi-er commented