Skip to content

Commit f1cc222

Browse files
DOC-3147: Cutting a whole HTML element would add an empty paragraph.
1 parent b3a9cdd commit f1cc222

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,12 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
143143

144144
{productname} {release-version} also includes the following bug fix<es>:
145145

146-
// === <TINY-vwxyz 1 changelog entry>
147-
// #TINY-vwxyz1
146+
=== Cutting a whole HTML element would add an empty paragraph.
147+
// #TINY-12171
148148

149-
// CCFR here.
149+
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.
150+
151+
{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.
150152

151153

152154
[[security-fixes]]

0 commit comments

Comments
 (0)