- ๐ซ๐ฎFinland Nchase
patch from #63 does nothing in 9.5 when the text field is within a layout_paragraphs.
- ๐บ๐ธUnited States rraney
I'm having this same problem using Layout Paragraphs. The text editor dialog box has a higher index than the CKEditor 5 balloon when I click on the "link" chain icon. The CSS suggestion in #69 works when applied to my Admin theme. I am weary of applying the patch since it has so many code changes. Is the patch the recommended way to go? Anyone know if the CK5 team is working on this for a future release?
- ๐บ๐ธUnited States bnjmnm Ann Arbor, MI
It looks like several people are still having problems! I recommend creating a new issue documenting this and include steps to reproduce. It's incredibly rare that additional changes occur in an already closed issues, and on the occasions it happens it is within a few days of the issue being closed. If anyone's interested in seeing the issue addressed, a new issue should be created, it won't be on anyone's radar otherwise.
- ๐ฉ๐ชGermany luenemann Sรผdbaden, Germany
Per #75 this was fixed by ๐ ckeditor5 balloon area not shown in modal Fixed for gin.
- ๐ซ๐ฎFinland Nchase
The patch at https://www.drupal.org/project/drupal/issues/3328425 ๐ CKEditor 5 balloons invisible when CKEditor 5 is used inside a modal Needs work works.
- ๐ฉ๐ชGermany lissy
Thanks to @NicholasS,
patch in #69 works for me with Layout Paragraph. - ๐บ๐ธUnited States NicholasS
In Core 10.3 I had to change it to this
.ck-body-wrapper .ck { --ck-z-panel: 1500; } .ui-dialog ~ .ck-body-wrapper { --ck-z-panel: 1500; }