Skip to content

Commit 532c8c3

Browse files
authored
Docs: DOC-3243 - Document view rendering to reduce flickering when loading Suggested Edits. (#4034)
1 parent 5ec510e commit 532c8c3

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
@@ -109,6 +109,21 @@ In {productname} {release-version}, the save logic now resets the saving state t
109109

110110
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments].
111111

112+
=== Suggested Edits
113+
114+
The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin.
115+
116+
**Suggested Edits** includes the following improvement.
117+
118+
==== Document view rendering to reduce flickering when loading Suggested Edits.
119+
// #TINY-13135
120+
121+
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.
122+
123+
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.
124+
125+
For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].
126+
112127
[[accompanying-premium-plugin-end-of-life-announcement]]
113128
== Accompanying Premium plugin end-of-life announcement
114129

0 commit comments

Comments
 (0)