Skip to content
Merged
Changes from 1 commit
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
9 changes: 9 additions & 0 deletions modules/ROOT/pages/7.9.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,15 @@ In previous versions of {productname}, the "lock aspect ratio" button in the `Co

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

=== The `mceInsertContent` command could delete the parent block element when an anchor was selected.
// #TINY-11953

The {productname} `mceInsertContent` command could inadvertently remove the parent block element when an anchor (`<a>`) tag was selected.

In senarios such as when an anchor element was fully selected, the surrounding block-level parent tag, such as `<p>` or `<div>`, could be incorrectly removed, causing unexpected content structure changes. This issue primarily affected Chrome users, as it did not reproduce consistently in Safari or Firefox.
Comment thread
kemister85 marked this conversation as resolved.
Outdated

The issue has been resolved in {release-version}. The `mceInsertContent` command now properly retains the parent block elements when inserting content into a selected anchor element.
Comment thread
kemister85 marked this conversation as resolved.
Outdated

=== Japanese keyboard could insert content while the editor was in `readonly` mode
// #TINY-11363

Expand Down