Skip to content

Commit 4bbf8d1

Browse files
DOC-3163: Exception occurs when pressing in the last cell of a non-editable table.
1 parent 50431ae commit 4bbf8d1

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,19 @@ 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+
=== 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 content-editable false (`CEF`) cell, 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, the cursor remains in the editable cell.
2837

29-
// CCFR here.
38+
These improvements enhance table navigation, prevent unnecessary error messages, and optimize performance when working with non-editable tables.
3039

3140

3241
[[security-fixes]]

0 commit comments

Comments
 (0)