Problem/Motivation

If using CKEditor 5 Icons, do NOT update to Drupal 11.2 or 10.5. API changes have occurred in CKEditor 5 v45.0 that break the plugin. If you've updated to Drupal v11.2 and find CKEditor is now broken, remove the plugin from the CKEditor toolbar to fix it.

Steps to reproduce

Update to Drupal v11.2 or later, or CKEditor v45.0 or later.

Proposed resolution

Update and recompile plugin with API changes, exact changes to be investigated.

Remaining tasks

May need to fix Drupal version at Drupal minor versions (X.x) rather than major versions (X), as changes to the CKEditor API in minor versions frequently break advanced CKEditor plugins such as CKEditor 5 Icons, rendering the editor unusable until the plugin is disabled.

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

timurtripp created an issue. See original summary.

timurtripp’s picture

Title: Drupal 11.2 incompatibility » Drupal 11.2 / 10.5 incompatibility
Issue summary: View changes
timurtripp’s picture

Breaking change has been identified, fix coming shortly.

pookmish’s picture

I encountered this issue and the MR restored CKEditor functionality without any configuration changes.

timurtripp’s picture

Status: Needs work » Needs review
timurtripp’s picture

@pookmish, thanks for testing. In 11.2.0 and 10.4.8 this is working fine for me so I'll merge into the dev branch.

  • timurtripp committed a0de60ca on 1.x
    Issue #3531136: Adds Drupal 11.2 / 10.5 compatibility fixes and updates...
timurtripp’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.