Skip to content

Commit 09e7705

Browse files
committed
Docs: DOC-3355 - Certain selections would delete the editor body, causing issues
1 parent 9378169 commit 09e7705

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
110110

111111
// CCFR here.
112112

113+
=== Certain selections would delete the editor body, causing issues
114+
// #TINY-14149
115+
116+
Previously, selecting content that included a table by dragging from inside the editor and releasing the mouse button outside the editor, then pressing the Delete key, could remove the editor body element from the DOM. This caused a console error and left the editor in an unusable state where any subsequent interaction, such as focusing or selecting content, would produce additional errors.
117+
118+
In {productname} {release-version}, the editor now prevents deletion operations from removing the editor body element. Selections that span tables and extend beyond the editor boundary are handled safely, preserving the editor structure and allowing continued use without errors.
119+
113120

114121
[[security-fixes]]
115122
== Security fixes

0 commit comments

Comments
 (0)