diff --git a/modules/ROOT/pages/8.4.0-release-notes.adoc b/modules/ROOT/pages/8.4.0-release-notes.adoc index e5316ac473..538cfb6573 100644 --- a/modules/ROOT/pages/8.4.0-release-notes.adoc +++ b/modules/ROOT/pages/8.4.0-release-notes.adoc @@ -147,7 +147,7 @@ For information on the **Full Page HTML** plugin, see: xref:fullpagehtml.adoc[Fu The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin. -**Suggested Edits** includes the following improvement. +**Suggested Edits** includes the following improvement and fix. ==== Document view rendering to reduce flickering when loading Suggested Edits. // #TINY-13135 @@ -156,6 +156,13 @@ Previously, the document displayed in the Review Edits view relied on the deprec In {productname} {release-version}, the document loading process in the Review Edits view has been updated to remove the deprecated method. The document is now displayed only after it has fully loaded, improving browser compatibility and providing a smoother and more stable experience when reviewing suggested edits. +==== Cancel button would always focus when the view opened, even when editor wasn't focused. +// #TINY-13711 + +Previously, the Cancel button in Suggested Edits was automatically focused whenever the review was opened, including when the review opened automatically on load. This could cause unexpected scrolling behaviour, such as when an editor is positioned further down the page, the browser would scroll the editor into view when the page loads. + +In {productname} {release-version}, the Cancel button is now focused only when the editor itself is already focused. When the review is opened automatically, the button is no longer focused, preventing unintended scrolling. + For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].