From 971c3767d1545c12c08c4fa57c51fba3a58029d2 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 7 Aug 2025 13:28:10 +1000 Subject: [PATCH] DOC-3250: Elements with no visible height were not displaying in the Review Edits view. --- modules/ROOT/pages/8.0.2-release-notes.adoc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.0.2-release-notes.adoc b/modules/ROOT/pages/8.0.2-release-notes.adoc index 087f6a0720..d36e09b051 100644 --- a/modules/ROOT/pages/8.0.2-release-notes.adoc +++ b/modules/ROOT/pages/8.0.2-release-notes.adoc @@ -48,7 +48,15 @@ The {productname} {release-version} release includes an accompanying release of ==== Elements with no visible height were not displaying in the Review Edits view. // TINY-12257 -//CCFR here. +Previously, elements with no visible height (`+
+`, `++` comments, and `+
+` tags) were missing from the Review Edits preview. This caused operations related to these elements to appear as floating cards without corresponding visual content, making it difficult for reviewers to understand the context of changes. + +{productname} {release-version} now renders visual representations of these elements in the preview: + +* `+
+` tags display as an **Enter** icon. +* `++` comments render the same as in the editor. +* `+
+` tags show with change indicators for insertions or deletions. + +This ensures reviewers can clearly identify what and where changes occurred, even for elements that have no visible height. For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].