Skip to content

Commit 626825a

Browse files
authored
DOC-3526: Block formats can now be applied when a non-editable inline element is selected (#4209)
* DOC-3526: Add bug fix release note for block formats on non-editable inline elements (TINY-13333) * Docs: DOC-3526 - Improve TINY-13333 release note body structure
1 parent cd155e4 commit 626825a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,13 @@ tinymce.dom.AriaAnnouncer.announce('Error occurred', { assertive: true });
279279

280280
{productname} {release-version} also includes the following bug fix<es>:
281281

282+
=== Block formats can now be applied when a non-editable inline element is selected
283+
// #TINY-13333
284+
285+
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.
286+
287+
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.
288+
282289
=== Indentation is now applied to all selected table cells
283290
// #TINY-14370
284291

0 commit comments

Comments
 (0)