From 9d89b76815c2b94e4da17f6d77ff907d914b2a4f Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 15 Jun 2026 09:07:23 +1000 Subject: [PATCH 1/2] DOC-3526: Add bug fix release note for block formats on non-editable inline elements (TINY-13333) --- modules/ROOT/pages/8.7.0-release-notes.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 60a84540ef..c9c3f7c194 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -89,6 +89,11 @@ The following premium plugin updates were released alongside {productname} {rele {productname} {release-version} also includes the following bug fix: +=== Block formats can now be applied when a non-editable inline element is selected +// #TINY-13333 + +Previously, selecting an inline `+contenteditable="false"+` element, such as an iframe wrapped by the Media plugin, and applying a block-level format (such as a custom class or heading style) failed silently and had no effect. {productname} now applies block formats to the nearest editable parent block in this case, including adding classes and styles and changing block tags. + // === // #TINY-vwxyz1 From 8a17520e048e1e3ba2159abfdaee0cd2308f1117 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 15 Jun 2026 11:12:34 +1000 Subject: [PATCH 2/2] Docs: DOC-3526 - Improve TINY-13333 release note body structure --- modules/ROOT/pages/8.7.0-release-notes.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index c9c3f7c194..34fd22b2d1 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -92,7 +92,9 @@ The following premium plugin updates were released alongside {productname} {rele === Block formats can now be applied when a non-editable inline element is selected // #TINY-13333 -Previously, selecting an inline `+contenteditable="false"+` element, such as an iframe wrapped by the Media plugin, and applying a block-level format (such as a custom class or heading style) failed silently and had no effect. {productname} now applies block formats to the nearest editable parent block in this case, including adding classes and styles and changing block tags. +Previously, selecting an inline `+contenteditable="false"+` element, such as an iframe wrapped by the Media plugin, and applying a block-level format, such as a custom class or heading style, failed silently and had no effect. + +In {productname} {release-version}, block formats are applied to the nearest editable parent block in this case, including adding classes and styles and changing block tags. // === // #TINY-vwxyz1