Closed (fixed)
Project:
IMCE
Version:
3.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2025 at 10:25 UTC
Updated:
14 Oct 2025 at 19:49 UTC
Jump to comment: Most recent
Hello, with drupal 10.5 and new CKeditor version, link popup has a new form and imce link is hidden behind new insert button
Here is the old interface with the imce link

And here the new interface

| Comment | File | Size | Author |
|---|---|---|---|
| Capture d’écran 2025-06-26 120620.png | 10.69 KB | marieascomedia | |
| Capture d’écran 2025-06-26 120637.png | 10.29 KB | marieascomedia |
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
Comment #2
chrisla commentedmaybe related issue... ckeditor_link_styles UI is hidden by CKEditor 45 as well -- https://www.drupal.org/project/ckeditor_link_styles/issues/3533296
Comment #3
awasson commentedAlso ran into this issue today.
Two days ago, we updated from the LinkIt version 6.1.6 to LinkIt version 7.0.5 and I was not certain if that was the reason for the Insert button hiding the IMCE file manager icon.
As a workaround until this is resolved officially, I have added the following rule to my theme CKEditor stylesheet:
Cheers,
Andrew
Comment #4
seanpb commentedWe also ran into this issue, though we did this instead of the padding fix mentioned in #3:
It makes everything line up a bit better and doesn't affect anything if the IMCE search icon isn't present.
Comment #7
ssd2698 commentedI’ve created an MR applying the changes suggested in comment #4 by @seanpb to
imce.input.css, ensuring the fix works in all scenarios.The original code in comment #4 targeted
.form-linkit-autocomplete, which is only present when the Linkit module is enabled. However, the IMCE link button was also hidden when Linkit was not installed.I’ve updated the selector to target only the IMCE link button in new CKEditor. This fixes the issue regardless of whether Linkit is enabled.
Comment #8
ssd2698 commentedComment #9
marieascomedia commentedThe patch works for me.
Thank you.
Is one review enough to set it to reviewed and tested by the community ?
Comment #10
awasson commentedIt looks good to me as well. I've just applied it locally and it works as expected. I've run several tests on it and see no downside so I'm marking it as reviewed & tested.
Cheers,
Andrew
Comment #11
samia.wyatt commentedPatch works for me as well!
I have applied to multiple Drupal 10.5.x sites and the imce link issue is resolved after applying patch.
Thank you!
Comment #12
dasginganinja+1 this works in our environment as well!
Comment #14
ufku commented