From d6d38e900acb07d50e39ad3e82a7412926fc3347 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 15 Jun 2026 09:40:37 +1000 Subject: [PATCH 1/2] DOC-3526: Add TinyMCE AI improvement release note for review mode keyboard navigation (TINY-14275) --- modules/ROOT/pages/8.7.0-release-notes.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 60a84540ef..5e5f336254 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -28,6 +28,19 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] The following premium plugin updates were released alongside {productname} {release-version}. +=== TinyMCE AI + +The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin. + +**TinyMCE AI** includes the following improvement. + +==== Review mode keyboard navigation now matches the Chat sidebar +// #TINY-14275 + +Keyboard navigation in review mode now matches the Chat sidebar. A `+Ctrl+Alt+S+` shortcut opens and focuses the Review sidebar, `+Tab+` and `+Shift+Tab+` move through the suggestion cards and their buttons, and `+Esc+` moves focus instead of rejecting pending changes. Review suggestions are now fully keyboard-navigable, with no accidental loss of pending changes. + +For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI]. + // === // The {productname} {release-version} release includes an accompanying release of the **** premium plugin. From 78e12bc19700452cc93c3b65293c69b6eae05521 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 15 Jun 2026 12:06:03 +1000 Subject: [PATCH 2/2] Docs: DOC-3526 - Improve TINY-14275 release note structure and wording --- modules/ROOT/pages/8.7.0-release-notes.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 5e5f336254..57db209ec6 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -37,7 +37,9 @@ The {productname} {release-version} release includes an accompanying release of ==== Review mode keyboard navigation now matches the Chat sidebar // #TINY-14275 -Keyboard navigation in review mode now matches the Chat sidebar. A `+Ctrl+Alt+S+` shortcut opens and focuses the Review sidebar, `+Tab+` and `+Shift+Tab+` move through the suggestion cards and their buttons, and `+Esc+` moves focus instead of rejecting pending changes. Review suggestions are now fully keyboard-navigable, with no accidental loss of pending changes. +Previously, keyboard navigation in the Review sidebar did not match the Chat sidebar, so keyboard-only workflows behaved inconsistently when switching between the two sidebars. Pressing `+Esc+` could also reject all pending suggestions instead of moving focus, which meant keyboard users could discard suggestions unintentionally. + +In {productname} {release-version}, keyboard navigation in the Review sidebar matches the Chat sidebar. The `+Ctrl+Alt+S+` shortcut opens and focuses the Review sidebar. `+Tab+` and `+Shift+Tab+` move through the suggestion cards and the buttons on each card. `+Esc+` now moves focus instead of rejecting pending suggestions. Keyboard-only users can navigate and apply suggestions without a mouse. For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].