Skip to content

Commit 2e028cb

Browse files
authored
Update modules/ROOT/pages/8.0-release-notes.adoc
1 parent 2ef425b commit 2e028cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
151151
=== Tab to create a new row in tables with a non-editable final row would freeze the editor.
152152
// #TINY-12018
153153

154-
Previously, when attempting to create a new row by pressing Tab in a table with a non-editable final row, the editor would freeze causing a infinite loop of insert attempts. This was due to the logic not correctly detecting whether the last row was editable, leading to repeated, unsuccessful insert attempts.
154+
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.
155155

156-
{productname} {release-version} fixes this issue by correctly detecting whether the last row is editable, allowing the user to create a new row without freezing the editor.
156+
{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.
157157

158158

159159
[[security-fixes]]

0 commit comments

Comments
 (0)