From e1d71ae1664f2397b69fdb366809a7a2ae482b4e Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Fri, 13 Mar 2026 15:19:36 +1000 Subject: [PATCH 1/2] Docs: DOC-3243 - Add release note for bundled content CSS in preview iframes --- modules/ROOT/pages/8.4.0-release-notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/8.4.0-release-notes.adoc b/modules/ROOT/pages/8.4.0-release-notes.adoc index 9d8d4ba772..4032b4d9cd 100644 --- a/modules/ROOT/pages/8.4.0-release-notes.adoc +++ b/modules/ROOT/pages/8.4.0-release-notes.adoc @@ -158,6 +158,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a // CCFR here. +=== Bundled content CSS is now loaded into preview iframes +// #TINY-13190 + +Previously, when the editor content CSS was bundled, it was not loaded into the Preview Iframe. This caused a visual mismatch between the editor content area and what users saw in the Preview dialog. + +In {productname} {release-version}, the fix checks if the content CSS is available as a bundled resource and applies it to the Preview Iframe through style tags. Bundled content CSS is now correctly loaded in the Preview Iframe. + [[security-fixes]] == Security fixes From 092598e3ca54e422190a4ad5e012316ab96e3a00 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 24 Mar 2026 13:33:31 +1000 Subject: [PATCH 2/2] Update modules/ROOT/pages/8.4.0-release-notes.adoc Co-authored-by: Sorita Heng <69398037+soritaheng@users.noreply.github.com> --- modules/ROOT/pages/8.4.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.4.0-release-notes.adoc b/modules/ROOT/pages/8.4.0-release-notes.adoc index 4032b4d9cd..562501f779 100644 --- a/modules/ROOT/pages/8.4.0-release-notes.adoc +++ b/modules/ROOT/pages/8.4.0-release-notes.adoc @@ -161,7 +161,7 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a === Bundled content CSS is now loaded into preview iframes // #TINY-13190 -Previously, when the editor content CSS was bundled, it was not loaded into the Preview Iframe. This caused a visual mismatch between the editor content area and what users saw in the Preview dialog. +Previously, when the editor content CSS was bundled, it was not loaded into preview iframes. This caused a visual mismatch between the editor content area and what users saw in the Preview dialog, Suggested Edits view and Revision History view. In {productname} {release-version}, the fix checks if the content CSS is available as a bundled resource and applies it to the Preview Iframe through style tags. Bundled content CSS is now correctly loaded in the Preview Iframe.