Closed (cannot reproduce)
Project:
CKEditor 5 Allowed HTML
Version:
1.0.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2024 at 16:21 UTC
Updated:
22 Jun 2025 at 06:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kalaiyarasithangavel commentedComment #3
bnjmnmNothing mentioned in the issue indicates this is specific to the
ckeditor5_devmodule. Does this issue only happen if theckeditor5_devis enabled?Comment #4
kalaiyarasithangavel commentedHi,
I think its core CKeditor 5 module installed in website. Sorry for mentioning the wrong version. Now i have attached the screenshots to understand the issue.
For that, we have created the 'Test HTML' for using the CKeditor 5 module. Once it is selected in Text format in content, showing console error.
Drupal version : 10.2.2
Thanks.
Comment #5
kalaiyarasithangavel commentedComment #6
awasson commentedI have also been struggling with this issue on my Full HMTM editing profile. My Basic HTML is fine.
It happened after upgrading to CKEditor 5 in Drupal 10 from CKEditor 4 in Drupal 9.
For me, this involved upgrading the Anchor Link module from CKEditor 4 to a CKEditor 5 version.
I found that the library for Anchor link was not loading and throwing an error that basically crashed the JS interpreter and stopped all of the other JS from running. I would check to make sure that any additional plugins that your using on the text editing profile that is causing issues are not having conflicts.
Cheers,
Andrew
Comment #7
adriancotter commentedThanks @awasson I had this same issue -- and indeed, I had also not installed the library. Once I got that in it started working again.
Comment #8
scott_euser commentedFYI here is another issue that results in plugin not found in case anyone stumbles across this: #3531299: Fix compatibility with CKEditor5 45.x
This issue is probably better as closed as it seems unrelated to this module. The comments here pointing people to potential culprits for the unclear error is likely sufficient. Feel free to disagree of course