From cac4b685f327c7d0cba0d6b90890c69d51bcd164 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Fri, 10 Jul 2026 10:29:48 +1000 Subject: [PATCH] Docs: TINYDOC-3528 - The TinyMCE AI chat sidebar now shows only one tooltip at a time --- modules/ROOT/pages/8.8.0-release-notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/8.8.0-release-notes.adoc b/modules/ROOT/pages/8.8.0-release-notes.adoc index 8f2fdad0d0..6725f15e23 100644 --- a/modules/ROOT/pages/8.8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.8.0-release-notes.adoc @@ -116,6 +116,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a // CCFR here. +=== The {productname} AI chat sidebar now shows only one tooltip at a time +// #TINYMCE-14507 + +Previously, each button in the {productname} AI chat sidebar managed its tooltip independently, with no coordination between them. Opening one tooltip did not close a tooltip that was already visible, so more than one tooltip could remain on screen at the same time. + +In {productname} {release-version}, opening a tooltip in the {productname} AI chat sidebar closes any other open tooltip, so the chat sidebar shows only one tooltip at a time. This keeps the interface clear and consistent. + [[additions]] == Additions