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
9 changes: 8 additions & 1 deletion modules/ROOT/pages/8.4.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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].


Expand Down
Loading