diff --git a/modules/ROOT/pages/7.9.0-release-notes.adoc b/modules/ROOT/pages/7.9.0-release-notes.adoc index f434c4c08b..13fba7c058 100644 --- a/modules/ROOT/pages/7.9.0-release-notes.adoc +++ b/modules/ROOT/pages/7.9.0-release-notes.adoc @@ -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: +=== 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