From 8c0ba70c302a406b9ec258dc3c6b6592d576daca Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 16 Mar 2026 16:18:25 +1000 Subject: [PATCH 1/2] Docs: DOC-3243 - Cancel button would always focus when the view opened, even when editor wasn't focused. --- modules/ROOT/pages/8.4.0-release-notes.adoc | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/modules/ROOT/pages/8.4.0-release-notes.adoc b/modules/ROOT/pages/8.4.0-release-notes.adoc index 9d8d4ba772..08c15386be 100644 --- a/modules/ROOT/pages/8.4.0-release-notes.adoc +++ b/modules/ROOT/pages/8.4.0-release-notes.adoc @@ -57,17 +57,20 @@ For information on the **** plugin, see xref: +=== Suggested Edits -The {productname} {release-version} release includes an accompanying release of the **** premium plugin. +The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin. -**** includes the following . +**Suggested Edits** includes the following fix. -==== +==== Cancel button would always focus when the view opened, even when editor wasn't focused. +// #TINY-13711 -// CCFR here. +Previously, the Cancel button in Suggested Edits was automatically focused whenever the review was opened, including when the review opened automatically on load. When the editor was positioned lower on the page, the browser would scroll the focused button into view, causing unexpected page scrolling. + +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 **** plugin, see: xref:.adoc[]. +For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits]. [[accompanying-premium-plugin-end-of-life-announcement]] From 0653f9a65610f139e34e8eea97a049cbee06ca1d Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 26 Mar 2026 14:00:16 +1000 Subject: [PATCH 2/2] Update modules/ROOT/pages/8.4.0-release-notes.adoc Co-authored-by: Mitchell Crompton --- modules/ROOT/pages/8.4.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.4.0-release-notes.adoc b/modules/ROOT/pages/8.4.0-release-notes.adoc index 08c15386be..f0d611b44d 100644 --- a/modules/ROOT/pages/8.4.0-release-notes.adoc +++ b/modules/ROOT/pages/8.4.0-release-notes.adoc @@ -66,7 +66,7 @@ The {productname} {release-version} release includes an accompanying release of ==== 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. When the editor was positioned lower on the page, the browser would scroll the focused button into view, causing unexpected page scrolling. +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.