Describe the bug
It's a regression introduced by Fix editor jump when entering image edit mode
#3373 in 9.55.0.
To Reproduce
Steps to reproduce the behavior:
- Insert an image A into the editor.
- Click image A → resize handles appear. Drag to resize.
- Observe 1: surrounding paragraphs do not move during the drag; they only reposition after the resize is committed.
- Insert another image B and resize it.
- Click image A -> B -> A -> B repeatedly.
- Observe 2: when click image A from B, the spacing between image A and B disappears which caused the image B jumps up.
- Observe 3: it generates multiple
ImageEditShadowRoot nested div elements that wraps the images.
Screenshots
Device Information
- macOS
- Safari
- Version 9.55.0
Additional context
Issues of "Observe 1,2" reproduced both on Safari and Chrome, "Observe 3" only occurs on Safari based on my test.
Describe the bug
It's a regression introduced by Fix editor jump when entering image edit mode
#3373 in
9.55.0.To Reproduce
Steps to reproduce the behavior:
ImageEditShadowRootnested div elements that wraps the images.Screenshots
Device Information
Additional context
Issues of "Observe 1,2" reproduced both on Safari and Chrome, "Observe 3" only occurs on Safari based on my test.