Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions modules/ROOT/pages/8.7.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading