Problem/Motivation

The seeds_editor module requires drupal/editor_advanced_link: ^2.6, which resolves to the dev-2.x
branch. This branch is incompatible with CKEditor5 v45+ (shipped in Drupal 10.5 / 11.2), causing a
fatal JavaScript error when opening the link dialog:

Uncaught CKEditorError: unexpected-error
TypeError: Cannot read properties of undefined (reading 'viewUid')
at i._remove (ckeditor5-dll.js)
at h._addGroupsToFormView (editorAdvancedLink.js)

The editor_advanced_link maintainers fixed this in a new 2.3.x branch (latest stable: 2.3.4), which is
a rewrite of the link UI for CKEditor5 v45+ compatibility. However, 2.3.4 < 2.6, so Composer cannot
install it under the current ^2.6 constraint.

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

omar_emailat created an issue. See original summary.

hamzadwaya’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.