Cant edit inline Image in Layout Paragraph

Created on 15 June 2023, about 1 year ago
Updated 4 July 2023, 12 months ago

Problem/Motivation

I use layout paragraph 2.0.3 in Drupal 10.0.9 with Claro and CKeditor 5.
I can insert an image. But there is no dialog to edit it if i click on image.

πŸ› Bug report
Status

Active

Version

2.0

Component

Miscellaneous

Created by

πŸ‡©πŸ‡ͺGermany Lissy

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

Comments & Activities

  • Issue created by @Lissy
  • πŸ‡ΊπŸ‡ΈUnited States DamienMcKenna NH, USA

    Have you been able to work out the cause of the problem? I ask because you set the "assigned" field to your name, which incidates you're actively working on it, rather than for indicating you reported it; unless you're actively working on an issue it's best to leave it at the default "Unassigned". Thank you.

  • πŸ‡©πŸ‡ͺGermany Lissy

    @DamienMcKenna
    I did not set the field consciously on my name. But indeed i could find a solution here:
    https://www.drupal.org/project/drupal/issues/3274937#comment-14824232 πŸ› Get CKEditor 5 to work in (modal) dialogs Fixed

    The CSS worked for me:

    .ck-body-wrapper .ck {
      --ck-z-modal: 1261;
    }
    .ui-dialog ~ .ck-body-wrapper {
      --ck-z-modal: 1261;
    }

    I put it into subtheme of claro.

Production build 0.69.0 2024