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
6 changes: 6 additions & 0 deletions modules/ROOT/pages/8.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ This change aligns better with modern standards and ensures that page breaks are

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

=== 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.

{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.

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