Skip to content

Commit 99a5954

Browse files
committed
DOC-12102: New list item was not inserted correctly when existing list item had a block element inside.
1 parent b3a9cdd commit 99a5954

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
@@ -148,6 +148,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
148148

149149
// CCFR here.
150150

151+
=== New list item was not inserted correctly when existing list item had a block element inside
152+
// #TINY-12102
153+
154+
{productname} {release-version} resolves an issue affecting list management when parent list items contain block-level formatting. Previously, when a list item containing a sub-list was formatted as a block element (such as `<p>` or `<div>`), pressing Enter at the end of that item would incorrectly position the new list item alongside the sub-list items instead of as a sibling of the parent item.
155+
156+
{productname} {release-version} addresses this by ensuring that when a user presses Enter at the end of a list item that contains block-level formatting, the new list item is correctly inserted as a sibling of the parent list item, rather than being placed incorrectly alongside the sub-list items.
157+
151158

152159
[[security-fixes]]
153160
== Security fixes

0 commit comments

Comments
 (0)