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
8 changes: 8 additions & 0 deletions modules/ROOT/pages/8.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,14 @@ In {productname} {release-version}, the resize handle now includes a `role` sepe

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


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

In previous versions of {productname}, the floating toolbar remained visible even when the editor lost focus. This behavior introduced potential accessibility concerns, as the toolbar was not properly associated with the editor it controlled, potentially causing confusion for users.

In {productname} {release-version}, the toolbar now automatically closes when the editor loses focus. This ensures it is only displayed within the appropriate context, enhancing accessibility and improving the overall user experience.

=== Arrow key navigation between buttons was blocked when a button is hovered by the mouse.
// #TINY-12163

Expand Down
Loading