diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 0f13be94f9..b4a877dde5 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -402,6 +402,13 @@ In {productname} {release-version}, indentation is applied to every cell in the // CCFR here. +=== Dragging and dropping or copying and pasting an image didn't add `width` and `height` to the tag. +// #TINYMCE-14411 + +Previously, {productname} inserted an `img` tag without `width` and `height` attributes when a user dragged and dropped or copied and pasted an image into the editor. The inserted `img` tag lacked the dimension attributes that the image dialog adds. + +In {productname} {release-version}, the editor reads the dimensions of a dropped or pasted image and adds the `width` and `height` attributes to the `img` tag. A dropped or pasted image now includes the same `width` and `height` attributes that the image dialog adds. + === Tooltips were clipped when the editor was hosted in a shadow DOM and its parent element had `overflow:scroll`. // #TINYMCE-14384