diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index eae2603d9e..ddefb25bc9 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -136,6 +136,11 @@ For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Ima {productname} also includes the following bug fix: +=== 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