From d63a1e42379550b3fe3eff0554b85f11112f7981 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 4 Feb 2025 18:55:52 +0530 Subject: [PATCH] DOC-3132: The API was not replacing selected non-editable elements correctly. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 4702722fed..922e26a896 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -64,10 +64,13 @@ For information on the **** plugin, see: xref:: -=== -// #TINY-vwxyz1 +=== The `insertContent` API was not replacing selected non-editable elements correctly. +// #TINY-11714 -// CCFR here. +Previously in {productname}, an issue was identified where, if an inline non-editable element was the only child of a block, inserting content would not replace the element. +As a result, integrators were unable to insert content into inline non-editable elements. + +{productname} {release-version} resolves this by modifying the functionality of the `insertContent` API to support this scenario. This ensures that integrators can now insert content into inline elements, making the `insertContent` API more robust. [[known-issues]]