From 5a1fe0d5018ebbe25f8d9ff2837ab603da089781 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Fri, 20 Jun 2025 15:56:39 +1000 Subject: [PATCH 1/2] The subtoolbar is no longer dismissed when using the back button in inline editors. --- modules/ROOT/pages/8.0-release-notes.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/8.0-release-notes.adoc b/modules/ROOT/pages/8.0-release-notes.adoc index 7c62f25b54..138655cdf5 100644 --- a/modules/ROOT/pages/8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.0-release-notes.adoc @@ -143,10 +143,12 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a {productname} {release-version} also includes the following bug fix: -// === -// #TINY-vwxyz1 +=== The `contextform` subtoolbar is no longer dismissed when using the back button in inline mode editors. +// #TINY-12118 -// CCFR here. +In inline mode, the context form toolbar incorrectly shifted focus from the selected image to the editor container. As a result, the plugin which relies on the current selection to apply changes was unable to apply attributes like `alt` text to the correct image. + +{productname} {release-version} resolves this by ensuring that the focus is preserved properly, ensuring that the plugin now applies changes such as `alt` text to the correct image in inline mode. [[security-fixes]] From ab48d8cb7d9cd20e9ddccc6a24b71e6f94b237e7 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Fri, 11 Jul 2025 18:25:11 +1000 Subject: [PATCH 2/2] Update modules/ROOT/pages/8.0-release-notes.adoc --- modules/ROOT/pages/8.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.0-release-notes.adoc b/modules/ROOT/pages/8.0-release-notes.adoc index 138655cdf5..e87c1da6c8 100644 --- a/modules/ROOT/pages/8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.0-release-notes.adoc @@ -143,7 +143,7 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a {productname} {release-version} also includes the following bug fix: -=== The `contextform` subtoolbar is no longer dismissed when using the back button in inline mode editors. +=== In inline mode, pressing the back button dismissed the context toolbar and moved focus from the selected image to the editor. // #TINY-12118 In inline mode, the context form toolbar incorrectly shifted focus from the selected image to the editor container. As a result, the plugin which relies on the current selection to apply changes was unable to apply attributes like `alt` text to the correct image.