Skip to content

Commit 3fb1446

Browse files
authored
DOC-3209: Spellcheck could create an invalid selection if the first element in the document was noneditable. (#3834)
1 parent 63c5ee1 commit 3fb1446

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,22 @@ The following premium plugin updates were released alongside {productname} {rele
5454

5555
// For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
5656

57+
58+
=== Spell Checker
59+
60+
The {productname} {release-version} release includes an accompanying release of the **Spell Checker** premium plugin.
61+
62+
**Spell Checker** Premium plugin includes the following fix.
63+
64+
==== Spellcheck could create an invalid selection if the first element in the document was `+noneditable+`.
65+
// #TINY-12514
66+
67+
Previously when the first element of a document was set as a `contenteditable="false"` (CEF) element, selecting all content with {productname} spellchecker could result in an invalid selection state. This issue prevented the deletion of the entire content selection, creating an edge case that disrupted normal editing workflows.
68+
69+
To resolve this, {productname} now inserts a temporary hidden element before the initial CEF element in such scenarios. This adjustment ensures that full selections are valid and can be deleted as expected.
70+
71+
For information on the **Spell Checker** plugin, see: xref:introduction-to-tiny-spellchecker.adoc[Spell Checker].
72+
5773
=== Comments
5874

5975
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
@@ -194,6 +210,7 @@ To resolve this, empty content is no longer sent. When the editor is empty or be
194210

195211
For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].
196212

213+
197214
[[improvements]]
198215
== Improvements
199216

0 commit comments

Comments
 (0)