Ck5 challenges in D11.2.x and D10.5.x

Created on 23 July 2025, about 1 month ago

Problem/Motivation

Does not currently affect any version of WxT since we're holding D10.4.x and D11.1.x at the moment.
📌 Drupal 10.5/11.2 compatability Active

Steps to reproduce

Override core in WxT (advanced users only)
See issue summary

Proposed resolution

Delay upgrading, TBD

Remaining tasks

TBD

User interface changes

CK5

API changes

N/A

Data model changes

N/A

🐛 Bug report
Status

Postponed

Version

6.1

Component

Code

Created by

🇨🇦Canada joseph.olstad

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @joseph.olstad
  • 🇨🇦Canada smulvih2 Canada 🍁

    Yes I am dealing with this now on a contrib module. 10.5.x and 11.2.x both upgrade CKEditor5 to version 45.2.0, introducing breaking changes.

    For the ckeditor_div_manager module it broke the plugin buttons. We had do the following change:

    - import { icons } from 'ckeditor5/src/core';
    + import { IconCheck, IconCancel } from 'ckeditor5/src/core';

    The difficulty is, to fix this issue with CKE5 v45.2.0, it seems to cause the same issues with the previous version of CKE5 44.x.x on Drupal 10.4.x and 11.1.x.

  • 🇨🇦Canada danrod Ottawa

    I'll do some tests with Drupal 11.2.2 and see what I can find.

Production build 0.71.5 2024