Skip to content

Commit 2ef425b

Browse files
committed
DOC-3147: Tab to create a new row in tables with a non-editable final row would freeze the editor.
1 parent b3a9cdd commit 2ef425b

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
@@ -148,6 +148,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
148148

149149
// CCFR here.
150150

151+
=== Tab to create a new row in tables with a non-editable final row would freeze the editor.
152+
// #TINY-12018
153+
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.
155+
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.
157+
151158

152159
[[security-fixes]]
153160
== Security fixes

0 commit comments

Comments
 (0)