From b418b364cb1a7e58e94c14cff0469cd0210eec9b Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 17 Feb 2025 10:07:34 +1000 Subject: [PATCH 1/2] DOC-3132: Dialog menu dropdowns now close when a dialog is moved --- modules/ROOT/pages/7.7.0-release-notes.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index eae2603d9e..2213670a71 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 a dialog is moved. +// #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 From a9b52032c3c9a5730da0202b37b7d732bcfdf691 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 18 Feb 2025 09:00:47 +1000 Subject: [PATCH 2/2] Update modules/ROOT/pages/7.7.0-release-notes.adoc --- modules/ROOT/pages/7.7.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 2213670a71..ddefb25bc9 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -136,7 +136,7 @@ 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 a dialog is moved. +=== 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.