- Issue created by @jrb
- First commit to issue fork.
- π©πͺGermany seanpb
I also see this issue, and have pushed a change to the issue fork with some preliminary changes that fix the problem.
It removes the second of code that sets the width on images, as described by jrb, and includes the webpack'd version actually used by the editor.
- Status changed to Needs work
9 days ago 12:56am 30 May 2025 - πΊπΈUnited States abferris
Hi, I think this might be related to an issue I found with the captions, but in a different respect. With images of a certain size, after they were saved with captions, and then revisited, the option bar for the image was placed directly over the captions. I think it has to do with how the caption is placed, and how the larger container's height does not include the options bar. When this heigh is referenced to set the options bar top value, it doesn't recognize it.
I've tested this with the same image on multiple sites using ckeditor5, and I had the same outcome. It did not work as intended with an image that was 900x506, but it did work for an image which was 300x365.
I think solving this issue will solve this related issue, but if I should create a new issue for this, please let me know.
Fig. 1: CKeditor options bar overlapping caption
- πΊπΈUnited States abferris
abferris β changed the visibility of the branch 3514147-image-with-caption to hidden.
- Merge request !12318Draft: Issue #3514147: Image with caption overlaps other content in CKEditor β (Open) created by freelock