- Issue created by @gcb
- π¬π§United Kingdom Kirst25
I recently found this too...
When looking into it, I found there's a fix added in /core/modules/ckeditor5/css/ckeditor5.dialog.fix.css with:
.ui-dialog ~ .ck-body-wrapper { --ck-z-modal: 1261; }
(Drupal 10.2.5)
`.ck-balloon-panel` is a child of `.ck-body-wrapper` with: `z-index: var(--ck-z-modal);`
However, when I look in the DOM the ck-body-wrapper div is appearing before .ui-dialog modal. Then I found the Drupal core issue related https://www.drupal.org/project/drupal/issues/3328425 π CKEditor 5 balloons invisible when CKEditor 5 is used inside a modal Needs work
Looks like it's a core bug rather than an issue with Layout Paragraphs.
- πΊπΈUnited States philip_stier Denver, Colorado
I am also running into this issue and have confirmed that the patch works :)
- Merge request !1753457716-ckeditor-linkit-dialogue/Philip: Adding z-index to ckeditor dialog β (Merged) created by philip_stier
- Status changed to Needs review
4 months ago 4:44pm 24 July 2024 - Status changed to RTBC
4 months ago 5:19pm 24 July 2024 - Status changed to Fixed
4 months ago 1:41pm 26 July 2024 -
sethhill β
committed 8a3d8a1d on 2.0.x authored by
philip_stier β
Issue #3457716 by philip_stier, gcb, Kirst25: Ckeditor Linkit dialogue...
-
sethhill β
committed 8a3d8a1d on 2.0.x authored by
philip_stier β
- Status changed to Fixed
4 months ago 6:19pm 26 July 2024 - π©πͺGermany Anybody Porta Westfalica
Thanks for the fix and release, that was important!