Skip to content

Commit cfe93b0

Browse files
DOC-3163: Exception when pressing tab in the last cell of a non-editable table. (#3653)
* DOC-3163: Exception occurs when pressing in the last cell of a non-editable table. * Update modules/ROOT/pages/7.7.2-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <[email protected]> * Update modules/ROOT/pages/7.7.2-release-notes.adoc * Update modules/ROOT/pages/7.7.2-release-notes.adoc --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 8b894b2 commit cfe93b0

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
@@ -23,6 +23,20 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
2323

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

26+
=== Exception occurs when pressing `tab` in the last cell of a non-editable table
27+
// #TINY-11797
28+
29+
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.
30+
31+
This issue also triggered error messages when pressing `Tab` in the last cell of a non-editable table, negatively impacting page performance.
32+
33+
{productname} {release-version} resolves this issue by refining the tab navigation behavior:
34+
35+
* Pressing `Tab` in the last cell of a non-editable table now has no effect.
36+
* 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.
37+
38+
These improvements enhance table navigation, prevent unnecessary error messages, and optimize performance when working with non-editable tables.
39+
2640
=== Deleting an empty block within an `<li>` element would move the cursor at the end of the `<li>` element.
2741
// #TINY-11763
2842

@@ -32,7 +46,6 @@ These issues led to confusing behavior, as users experienced unintended cursor m
3246

3347
{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.
3448

35-
3649
[[security-fixes]]
3750
== Security fixes
3851

0 commit comments

Comments
 (0)