Skip to content

Commit 3a26cec

Browse files
DOC-3243: Cancel button would always focus when the view opened, even when editor wasn't focused. (#4024)
* Docs: DOC-3243 - Cancel button would always focus when the view opened, even when editor wasn't focused. * Update modules/ROOT/pages/8.4.0-release-notes.adoc Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud> --------- Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud>
1 parent c11eba5 commit 3a26cec

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

modules/ROOT/pages/8.4.0-release-notes.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ For information on the **Full Page HTML** plugin, see: xref:fullpagehtml.adoc[Fu
147147

148148
The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin.
149149

150-
**Suggested Edits** includes the following improvement.
150+
**Suggested Edits** includes the following improvement and fix.
151151

152152
==== Document view rendering to reduce flickering when loading Suggested Edits.
153153
// #TINY-13135
@@ -156,6 +156,13 @@ Previously, the document displayed in the Review Edits view relied on the deprec
156156

157157
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.
158158

159+
==== Cancel button would always focus when the view opened, even when editor wasn't focused.
160+
// #TINY-13711
161+
162+
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.
163+
164+
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.
165+
159166
For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].
160167

161168

0 commit comments

Comments
 (0)