Skip to content

Commit e63bfb0

Browse files
authored
DOC-3243: Attempting to remove a link after a contentEditable="false" element would not be possible. (#3996)
* DOC-3243: TinyMCE 8.4.0 Release Documentation and Community Changelog. * DOC-3243: Attempting to remove a link after a contentEditable false element would not be possible.
1 parent 6817238 commit e63bfb0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

modules/ROOT/pages/8.4.0-release-notes.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,13 @@ In {productname} {release-version}, the new xref:custom-view.adoc#view_show[`+vi
245245

246246
// CCFR here.
247247

248+
=== Attempting to remove a link after a `contentEditable="false"` element would not be possible.
249+
// #TINY-13108
250+
251+
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.
252+
253+
{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.
254+
248255
=== Certain deletion keyboard events in lists could not be prevented
249256
// #TINY-13276
250257

0 commit comments

Comments
 (0)