Skip to content
Merged
Changes from 2 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.7.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ The following premium plugin updates were released alongside {productname} {rele

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

=== 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.

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-vwxyz 1 changelog entry>
// #TINY-vwxyz1

Expand Down
Loading