Skip to content

Commit bb8cc46

Browse files
authored
DOC-3147: Tab to create a new row in tables with a non-editable final row would freeze the editor. (#3768)
* DOC-3147: Tab to create a new row in tables with a non-editable final row would freeze the editor. * Update modules/ROOT/pages/8.0-release-notes.adoc
1 parent 7bb1ac1 commit bb8cc46

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,13 @@ Previously, long tooltips could overflow narrow browser windows, causing the too
378378

379379
In {productname} {release-version}, the tooltip behavior has been improved to ensure that long tooltips are properly positioned and wrapped within narrow browser windows. This prevents overflow and ensures that the full tooltip text is visible, even in smaller viewports.
380380

381+
=== Tab to create a new row in tables with a non-editable final row would freeze the editor.
382+
// #TINY-12018
383+
384+
Previously, when tabbing into a non-editable final row of a table, the editor failed to recognize that the row was read-only and instead duplicated it. This resulted in an attempt to place the cursor in the duplicated row, which again could not be edited. The process would repeat indefinitely, creating a loop that ultimately froze the editor.
385+
386+
{productname} {release-version} resolves this issue by detecting when the final row of a table is read-only and preventing the insertion of a new row in such cases. This ensures stable behavior when navigating through tables using the Tab key.
387+
381388

382389
[[security-fixes]]
383390
== Security fixes

0 commit comments

Comments
 (0)