Skip to content

Commit 56f5b04

Browse files
authored
Docs: DOC-3355 - History conversation titles were not trimmed (#4087)
1 parent 42d4d0a commit 56f5b04

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

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

Lines changed: 7 additions & 1 deletion
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+
==== History conversation titles were not trimmed
66+
// #TINY-14076
67+
68+
Previously, renaming a conversation in the TinyMCE AI Chat History panel preserved leading and trailing whitespace exactly as entered. If a title was submitted with extra spaces before or after the text, those spaces were saved as part of the name. This could result in conversation titles that appeared blank or misaligned in the history list.
69+
70+
In {productname} {release-version}, conversation titles are now trimmed on save, removing any leading and trailing whitespace before the name is stored. Titles display consistently in the Chat History panel without unintended spacing.
71+
6572
==== It was possible to submit white space only titles when renaming a conversation
6673
// #TINY-14251
6774

@@ -205,7 +212,6 @@ In {productname} {release-version}, the AI Chat loading spinner is now sized to
205212
Previously, the TinyMCE AI plugin displayed the “Stop generating” control inconsistently across different contexts. The review loading indicator used a text-based button, while the AI Chat sidebar used an icon-based button. In addition, the control did not receive focus when it appeared, which negatively impacted keyboard accessibility.
206213

207214
In {productname} {release-version}, the stop button in the loading indicator now matches the icon button used in the AI Chat sidebar, providing a more consistent visual experience. The button also receives focus when displayed, improving keyboard navigation and accessibility during content generation.
208-
209215
For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].
210216

211217

0 commit comments

Comments
 (0)