Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions modules/ROOT/pages/8.1.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down