From 320abf7d424e9e8673106997c8e8c5b4b76b9f40 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 20 Apr 2026 13:56:48 +1000 Subject: [PATCH 1/3] Docs: DOC-3355 - While the plugin is generating a review or quick action, the Stop button in the loading indicator receives focus --- modules/ROOT/pages/8.5.0-release-notes.adoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/modules/ROOT/pages/8.5.0-release-notes.adoc b/modules/ROOT/pages/8.5.0-release-notes.adoc index 1a48ade30d..89ede1bc3a 100644 --- a/modules/ROOT/pages/8.5.0-release-notes.adoc +++ b/modules/ROOT/pages/8.5.0-release-notes.adoc @@ -42,6 +42,22 @@ The {productname} {release-version} release includes an accompanying release of For information on the **** plugin, see: xref:.adoc[]. +=== TinyMCE AI + +The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin. + +**TinyMCE AI** includes the following improvement. + +==== While the plugin is generating a review or quick action, the Stop button in the loading indicator receives focus +// #TINY-14083 + +Previously, the TinyMCE AI plugin displayed the stop generating button inconsistently across different contexts. The review loading indicator used a text-based "Stop generating" button, while the AI Chat sidebar used a stop icon button. Additionally, the button did not receive focus when displayed, which compromised keyboard accessibility. + +In {productname} {release-version}, the stop button in the loading indicator now matches the icon button used in the AI Chat sidebar, providing a consistent visual experience. The button also receives immediate focus when displayed, improving keyboard navigation and accessibility during content generation. + +For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI]. + + [[accompanying-enhanced-skins-and-icon-packs-changes]] == Accompanying Enhanced Skins & Icon Packs changes From 9738ab2473df0a42a963ca55b86b5df36cea3a54 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 28 Apr 2026 08:48:11 +1000 Subject: [PATCH 2/3] Update modules/ROOT/pages/8.5.0-release-notes.adoc Co-authored-by: Kim <45845989+kimwoodfield@users.noreply.github.com> --- modules/ROOT/pages/8.5.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.5.0-release-notes.adoc b/modules/ROOT/pages/8.5.0-release-notes.adoc index 89ede1bc3a..db3128f87a 100644 --- a/modules/ROOT/pages/8.5.0-release-notes.adoc +++ b/modules/ROOT/pages/8.5.0-release-notes.adoc @@ -51,7 +51,7 @@ The {productname} {release-version} release includes an accompanying release of ==== While the plugin is generating a review or quick action, the Stop button in the loading indicator receives focus // #TINY-14083 -Previously, the TinyMCE AI plugin displayed the stop generating button inconsistently across different contexts. The review loading indicator used a text-based "Stop generating" button, while the AI Chat sidebar used a stop icon button. Additionally, the button did not receive focus when displayed, which compromised keyboard accessibility. +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. In {productname} {release-version}, the stop button in the loading indicator now matches the icon button used in the AI Chat sidebar, providing a consistent visual experience. The button also receives immediate focus when displayed, improving keyboard navigation and accessibility during content generation. From 99a383749d0631aeb15a2f4ddf283470d374ee12 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 28 Apr 2026 08:48:22 +1000 Subject: [PATCH 3/3] Update modules/ROOT/pages/8.5.0-release-notes.adoc Co-authored-by: Kim <45845989+kimwoodfield@users.noreply.github.com> --- modules/ROOT/pages/8.5.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.5.0-release-notes.adoc b/modules/ROOT/pages/8.5.0-release-notes.adoc index db3128f87a..4d65f48ab1 100644 --- a/modules/ROOT/pages/8.5.0-release-notes.adoc +++ b/modules/ROOT/pages/8.5.0-release-notes.adoc @@ -53,7 +53,7 @@ The {productname} {release-version} release includes an accompanying release of 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. -In {productname} {release-version}, the stop button in the loading indicator now matches the icon button used in the AI Chat sidebar, providing a consistent visual experience. The button also receives immediate focus when displayed, improving keyboard navigation and accessibility during content generation. +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. For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].