From 2be13025e53a9ca1778a1033e5cde6e7ab373360 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 2 Mar 2026 14:01:23 +1000 Subject: [PATCH] DOC-3243: Attempting to remove a link after a contentEditable false element would not be possible. --- modules/ROOT/pages/8.4.0-release-notes.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ROOT/pages/8.4.0-release-notes.adoc b/modules/ROOT/pages/8.4.0-release-notes.adoc index 45dc460ba9..abc723d828 100644 --- a/modules/ROOT/pages/8.4.0-release-notes.adoc +++ b/modules/ROOT/pages/8.4.0-release-notes.adoc @@ -158,6 +158,12 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a // CCFR here. +=== Attempting to remove a link after a `contentEditable="false"` element would not be possible. +// #TINY-13108 + +In previous version of {productname}, attempting to remove a link positioned after a `contentEditable="false" (CEF) element could fail because the action flow created a bookmark that normalized the selection and shifted it into the CEF; once the cursor was inside a CEF, the selection check prevented the link-removal action (and other selection-based actions) from running. + +{productname} {release-version} addresses this by capturing the selection’s target before creating the bookmark, reversing the previous order so the selection is copied prior to normalization, ensuring the selection target remains valid and link removal works as expected. [[security-fixes]] == Security fixes