Skip to content

Commit 25ddfd2

Browse files
committed
Docs: DOC-3243 - Document view rendering to reduce flickering when loading Suggested Edits.
1 parent 8d0bcc7 commit 25ddfd2

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,21 @@ The {productname} {release-version} release includes an accompanying release of
6969

7070
For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
7171

72+
=== Suggested Edits
73+
74+
The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin.
75+
76+
**Suggested Edits** includes the following improvement.
77+
78+
==== Document view rendering to reduce flickering when loading Suggested Edits.
79+
// #TINY-13135
80+
81+
Previously, the document displayed in the Review Edits view relied on the deprecated browser method `document.write`, which could cause content to appear before it was fully styled. Users could briefly see partially rendered or unstyled content when opening the review interface.
82+
83+
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.
84+
85+
For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].
86+
7287

7388
[[accompanying-premium-plugin-end-of-life-announcement]]
7489
== Accompanying Premium plugin end-of-life announcement

0 commit comments

Comments
 (0)