Skip to content

Commit 63c5ee1

Browse files
authored
DOC-3209: Using Command + Backspace would not preserve inline formatting. (#3832)
1 parent 59626d4 commit 63c5ee1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,13 @@ As a result, `iframe_aria_text` is now consistently announced once across all su
313313

314314
For more information, see: xref:accessibility.adoc#iframe_aria_text[iframe_aria_text].
315315

316+
=== Using `+Command (CMD)+` + `+Backspace+` would not preserve inline formatting.
317+
// #TINY-12071
318+
319+
Previously, using `+Command (CMD)+` + `+Backspace+` at the end of a line removed the entire line without preserving inline formatting, unlike selecting the line with a triple-click and pressing `+Backspace+`. This inconsistency caused confusion, as different deletion methods produced different results.
320+
321+
In {release-version}, the behavior of `+Command (CMD)+` + `+Backspace+` has been updated to match other deletion methods, ensuring that inline formatting is preserved.
322+
316323
=== Navigating between elements with `+contenteditable="true"+` was not possible on Firefox using the keyboard.
317324
// #TINY-12459
318325

0 commit comments

Comments
 (0)