Skip to content

Commit 42d4d0a

Browse files
authored
Docs: DOC-3355 - It was possible to submit white space only titles when renaming a conversation (#4086)
1 parent cb5e6f2 commit 42d4d0a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ The {productname} {release-version} release includes an accompanying release of
6262

6363
**TinyMCE AI** includes the following fixes, improvements and additions.
6464

65+
==== It was possible to submit white space only titles when renaming a conversation
66+
// #TINY-14251
67+
68+
Previously, in the TinyMCE AI Chat History panel, renaming a conversation and clearing the title field would correctly disable the Save button. However, pressing Enter while the input was empty or contained only whitespace bypassed the disabled button and submitted the empty title. This resulted in conversations being saved with blank names, making them difficult to identify in the history.
69+
70+
In {productname} {release-version}, the save handler now validates the title value directly, applying the same check used to disable the Save button. Pressing Enter with an empty or whitespace-only title no longer submits the rename, ensuring all conversations retain a meaningful title in the Chat History.
71+
6572
==== Preserved the selected diff when switching between diff and preview modes
6673
// #TINY-13402
6774

0 commit comments

Comments
 (0)