From e1d71ae1664f2397b69fdb366809a7a2ae482b4e Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Fri, 13 Mar 2026 15:19:36 +1000 Subject: [PATCH] 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