- Issue created by @SirClickALot
- πΊπΈUnited States mark_fullmer Tucson
Looks like it might possibly be to do with a clash with the Editor Advanced Link module - that might explain the rearrange layout?
Yes, I note that the console error reported is actually coming from Editor Advanced Link. I think the issue may be with that module ( π D11.2: Uncaught CKEditorError: Cannot read properties of undefined (reading 'viewUid') Active ), and your update to 7.0.5 was just a coincidence.
In fact, release 7.0.5 of Linkit was intended to prevent such an error from occurring. Happy to help troubleshoot further if it does seem to have something to do with Linkit.
- π¨πSwitzerland steva1982
After updating from 7.04 to 7.05 I have the same problem.
Disabling "Editor Advanced link" (version 2.2.6), the dialogue layout comes back working... - π¬π§United Kingdom alexharries
On my build at least, for any version of Drupal core >=10.2.0, the CKEditor link button is completely non-functional, even with Linkit and Editor Advanced Link disabled, database updates run, and caches cleared.
Additionally, there are no console errors triggered by clicking the button.
Reverting back to core 10.1.x fixes the issue.
Not sure how to fix this one... :-/
A
- πΊπΈUnited States mark_fullmer Tucson
On my build at least, for any version of Drupal core >=10.2.0, the CKEditor link button is completely non-functional, even with Linkit and Editor Advanced Link disabled,
Well, there was a core CKEditor version change between Drupal 10.0 and 10.1, from version 35 to 36, which involved API-breaking changes for implementers of the CKEditor Link widget. But if you're noticing the breakage between 10.1 and 10.2, that might not be the issue.
It sounds like you're doing the right thing by peeling away other factors -- disabling Linkit and Editor Advanced Link -- and I guess you should keep going in that direction. You could also try going the other direction by starting with an installation of the "Standard" install profile and building up the configuration to match your site to find where the breakage occurs. Good luck!
- πΊπΈUnited States mradcliffe USA
This seems like a duplicate of π D11.2: Uncaught CKEditorError: Cannot read properties of undefined (reading 'viewUid') Active
- πΊπΈUnited States mradcliffe USA
Oh wait, sorry, I was on the wrong issue.
- π¦πΊAustralia VladimirAus Brisbane, Australia
Looks like duplicate of π Uncaught CKEditorError: Cannot convert undefined or null to object Active .
Also, review the following patches