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
7 changes: 7 additions & 0 deletions modules/ROOT/pages/7.9.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,13 @@ In previous versions of {productname}, the "lock aspect ratio" button in the `Co
{productname} {release-version} also includes the following bug fix<es>:


=== Editor did not scroll into viewport on receiving focus on Chrome and Safari.
// #TINY-12017

Previously the editor did not scroll into the viewport when focused via the keyboard `Tab` key, causing a poor user experience as users had to manually scroll to find the editor.

{productname} {release-version} introduces a workaround to resolve this issue. In addition and a bug report has been submitted to both Chrome (link:https://issues.chromium.org/issues/414129878[414129878]) and Safari (link:https://bugs.webkit.org/show_bug.cgi?id=292062[292062]) teams for further investigation.

=== The toolbar did not always account for the full available space during horizontal scrolling.
// #TINY-11549

Expand Down