Skip to content
Closed
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
7 changes: 7 additions & 0 deletions modules/ROOT/pages/8.5.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a

// CCFR here.

=== Fixed visual rendering glitch in Diff mode and Preview when a quick action was triggered during a review
// #TINY-14294

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.

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.


[[security-fixes]]
== Security fixes
Expand Down
Loading