Skip to content

Commit af437de

Browse files
authored
Merge branch 'feature/7.7.2/DOC-3163' into feature/7.7.2/DOC-3163_TINY-11781
2 parents 89a0be8 + 8b894b2 commit af437de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ Previously, an error occurred when the `setValue` function from the xref:context
3030

3131
{productname} {release-version} resolves this issue by ensuring that developers can now reliably get and set the value of the Context Form even after it has been detached.
3232

33+
=== Deleting an empty block within an `<li>` element would move the cursor at the end of the `<li>` element.
34+
// #TINY-11763
35+
36+
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.
37+
38+
These issues led to confusing behavior, as users experienced unintended cursor movement and encountered error messages.
39+
40+
{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.
3341

3442

3543
[[security-fixes]]

0 commit comments

Comments
 (0)