Skip to content

Commit 60dd84e

Browse files
DOC-3163: Deleting an empty block within <li> would move cursor at the end of the <li>.
1 parent 50431ae commit 60dd84e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
2323

2424
{productname} {release-version} also includes the following bug fixes:
2525

26-
=== <TINY-vwxyz 1 changelog entry>
27-
// #TINY-vwxyz1
26+
=== Deleting an empty block within an `<li>` element would move the cursor at the end of the `<li>` element.
27+
// #TINY-11763
28+
29+
In previous versions of {productname}, an issue was identified where deleting an empty block within an `<li>` element would unexpectedly reposition the cursor at the end of the `<li>` element. Additionally, deleting an empty block located between two lists could trigger an error if all elements were nested within the same `<li>` element.
30+
31+
These issues led to confusing behavior, as users experienced unintended cursor movement and encountered error messages.
2832

29-
// CCFR here.
33+
{productname} {release-version} resolves these issues by improving the list behavior. As a result, the cursor remains stable, and users no longer experience unexpected movements or error messages.
3034

3135

3236
[[security-fixes]]

0 commit comments

Comments
 (0)