diff --git a/modules/ROOT/pages/8.1.0-release-notes.adoc b/modules/ROOT/pages/8.1.0-release-notes.adoc index 8e8c328a43..24c39cfa6f 100644 --- a/modules/ROOT/pages/8.1.0-release-notes.adoc +++ b/modules/ROOT/pages/8.1.0-release-notes.adoc @@ -188,6 +188,13 @@ For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc // CCFR here. +=== Using `+Command (CMD)+` + `+Backspace+` would not preserve inline formatting. +// #TINY-12071 + +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. + +In {release-version}, the behavior of `+Command (CMD)+` + `+Backspace+` has been updated to match other deletion methods, ensuring that inline formatting is preserved. + === Navigating between elements with `+contenteditable="true"+` was not possible on Firefox using the keyboard. // #TINY-12459