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
5 changes: 5 additions & 0 deletions modules/ROOT/pages/7.7.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Ima

{productname} <x.y[.z]> also includes the following bug fix<es>:

=== Dialog menu dropdowns now close when scrolling the editor container.
// #TINY-11398

Previously, dialog menu dropdowns were not positioned correctly after scrolling the editor container, causing them to remain visible even when the editor was no longer in view. This resulted in dropdowns being displayed without their corresponding dialog context. {productname} {release-version} updates the behavior to ensure that dialog menu dropdowns close on the window scroll event, preventing them from appearing out of context.

=== The `insertContent` API was not replacing selected non-editable elements correctly.
// #TINY-11714

Expand Down
Loading