Skip to content

Commit 4decefd

Browse files
committed
Docs: DOC-3355 - Fixed visual rendering glitch in Diff mode and Preview when a quick action was triggered during a review
1 parent 9378169 commit 4decefd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
110110

111111
// CCFR here.
112112

113+
=== Fixed visual rendering glitch in Diff mode and Preview when a quick action was triggered during a review
114+
// #TINY-14294
115+
116+
Previously, if a custom quick action was triggered from the menu or toolbar while an AI Review session was active, the Diff mode and Preview views could render incorrectly. The selection styling for diff annotations relied on an explicit list of block elements for box-shadow styling, and elements not in that list — such as `ins` and `del` — received an inline background-image approach that did not display correctly in all contexts. This caused suggestions to appear visually broken and prevented them from being applied or dismissed.
117+
118+
In {productname} {release-version}, the selection styling approach for diff annotations has been reversed. Box-shadow styling is now the default for all elements, while only `ins` and `del` elements use the tighter inline background-image approach suited to text-level content. This ensures consistent rendering across all element types in Diff mode and Preview.
119+
113120

114121
[[security-fixes]]
115122
== Security fixes

0 commit comments

Comments
 (0)