Skip to content

Commit 74cee8e

Browse files
The contextform subtoolbar is no longer dismissed when using the back button in inline editors. (#3770)
* The subtoolbar is no longer dismissed when using the back button in inline editors. * Update modules/ROOT/pages/8.0-release-notes.adoc --------- Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com>
1 parent b2a8207 commit 74cee8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/ROOT/pages/8.0-release-notes.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ This change aligns better with modern standards and ensures that page breaks are
168168

169169
{productname} {release-version} also includes the following bug fix<es>:
170170

171+
=== In inline mode, pressing the back button dismissed the context toolbar and moved focus from the selected image to the editor.
172+
// #TINY-12118
173+
174+
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.
175+
176+
{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.
171177

172178
=== Toolbar drawer now closes when the editor loses focus.
173179
// #TINY-12125

0 commit comments

Comments
 (0)