Skip to content

Commit a8f634a

Browse files
Update modules/ROOT/pages/7.7.2-release-notes.adoc
1 parent 7c70b9f commit a8f634a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
2626
=== Exception occurs when pressing `tab` in the last cell of a non-editable table
2727
// #TINY-11797
2828

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, the focus would skip the `CEF` cell.
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.
3030

3131
This issue also triggered error messages when pressing `Tab` in the last cell of a non-editable table, negatively impacting page performance.
3232

0 commit comments

Comments
 (0)