Skip to content

Commit 20920da

Browse files
authored
Docs: DOC-3355 - Certain selections would delete the editor body, causing issues (#4117)
1 parent 3383cd3 commit 20920da

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
@@ -224,6 +224,13 @@ The background color of accordion items in the TinyMCE AI Review list has been u
224224

225225
// CCFR here.
226226

227+
=== Certain selections would delete the editor body, causing issues
228+
// #TINY-14149
229+
230+
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.
231+
232+
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.
233+
227234
=== Certain combinations of divs inside of lists would cause issues turning off lists
228235
// #TINY-14070
229236

0 commit comments

Comments
 (0)