Skip to content

Commit b987f84

Browse files
Merge branch 'feature/7.7.2/DOC-3163' into feature/7.7.2/DOC-3163_TINY-11781
2 parents af437de + cfe93b0 commit b987f84

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,20 @@ 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+
=== Exception occurs when pressing `tab` in the last cell of a non-editable table
34+
// #TINY-11797
35+
36+
Previously in {productname}, an issue was identified where pressing `Tab` in the last cell of a non-editable table attempted to insert a new row and move the selection to it. This behavior resulted in an infinite loop. Additionally, if `Tab` was pressed in an editable cell and the next cell was a `contentEditable="false"` (`CEF`) cell, with a `contenteditable="true"` element inside, the focus would skip the `CEF` cell.
37+
38+
This issue also triggered error messages when pressing `Tab` in the last cell of a non-editable table, negatively impacting page performance.
39+
40+
{productname} {release-version} resolves this issue by refining the tab navigation behavior:
41+
42+
* Pressing `Tab` in the last cell of a non-editable table now has no effect.
43+
* When `Tab` is pressed in an editable cell, and the next cell is a `CEF` cell with an editable element inside, the cursor is moved to an editable element within the `CEF` cell.
44+
45+
These improvements enhance table navigation, prevent unnecessary error messages, and optimize performance when working with non-editable tables.
46+
3347
=== Deleting an empty block within an `<li>` element would move the cursor at the end of the `<li>` element.
3448
// #TINY-11763
3549

@@ -39,7 +53,6 @@ These issues led to confusing behavior, as users experienced unintended cursor m
3953

4054
{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.
4155

42-
4356
[[security-fixes]]
4457
== Security fixes
4558

0 commit comments

Comments
 (0)