imce link hidden by new insert ckeditor link

Created on 26 June 2025, 19 days ago

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

📌 Task
Status

Active

Version

3.1

Component

User interface

Created by

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

Comments & Activities

  • Issue created by @marieAscomedia
  • 🇨🇦Canada endless_wander

    maybe related issue... ckeditor_link_styles UI is hidden by CKEditor 45 as well -- https://www.drupal.org/project/ckeditor_link_styles/issues/3533296 🐛 Link styles no longer be available on link creation after D11.2/10.5 updates Active

  • 🇨🇦Canada awasson

    Also 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:

    .ck.ck-labeled-field-view.ck-labeled-field-view_full-width {
      padding-right: 1rem;
    }

    Cheers,
    Andrew

  • 🇩🇪Germany seanpb

    We also ran into this issue, though we did this instead of the padding fix mentioned in #3:

    .ck.ck-form .ck-imce-link-wrp .form-linkit-autocomplete { 
      min-width: auto; 
      flex-grow: 1; 
    }
    

    It makes everything line up a bit better and doesn't affect anything if the IMCE search icon isn't present.

Production build 0.71.5 2024