diff --git a/modules/ROOT/pages/7.9.0-release-notes.adoc b/modules/ROOT/pages/7.9.0-release-notes.adoc index 301a1191a9..71b45378bb 100644 --- a/modules/ROOT/pages/7.9.0-release-notes.adoc +++ b/modules/ROOT/pages/7.9.0-release-notes.adoc @@ -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: +=== 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 (``) tag was selected. + +In scenarios where an anchor element was fully selected, the surrounding block-level parent tag, such as `

` or `

`, could be incorrectly removed, leading to unexpected changes in the content structure. This issue primarily affected Chrome users and did not reproduce consistently in Safari or Firefox. + +This 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. + === Japanese keyboard could insert content while the editor was in `readonly` mode // #TINY-11363