Skip to content

Commit 0a410d7

Browse files
DOC-3147: Cutting a whole HTML element would add an empty paragraph. (#3756)
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 58bdbe2 commit 0a410d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,13 @@ To improve API clarity and maintain a well-defined interface, the `documentBaseU
360360

361361
{productname} {release-version} also includes the following bug fixes:
362362

363+
=== Cutting a whole HTML element would add an empty paragraph.
364+
// #TINY-12171
365+
366+
Previously, an issue was identified where cutting an entire block element, such as a `div` or `p` HTML element, resulted in the block being replaced by an empty paragraph. This behavior only occurred for blocks not contained within tables and led to inconsistent outcomes where cutting content inside tables behaved differently from outside. Additionally, the behavior diverged from that of the backspace `delete` operation.
367+
368+
{productname} {release-version} resolves this issue by unifying the behavior for content both inside and outside tables. The updated implementation aligns cutting behavior with that of the backspace `delete` operation, ensuring a more consistent and predictable editing experience.
369+
363370
=== Codesample dialog would not disable spellcheck as expected.
364371
// #TINY-12120
365372

0 commit comments

Comments
 (0)