From c631973dc63a533ed7b2dee7d5f7d4ed88605a54 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 22 Apr 2026 11:39:17 +1000 Subject: [PATCH] DOC-3355: Add TINY-14157 release note for TinyMCE AI layout shift fix Add release note entry documenting the fix for layout shifts in the TinyMCE AI Chat History panel when action buttons appear on hover. --- modules/ROOT/pages/8.5.0-release-notes.adoc | 15 +++++++++++++++ 1 file changed, 15 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..8b109cecb7 100644 --- a/modules/ROOT/pages/8.5.0-release-notes.adoc +++ b/modules/ROOT/pages/8.5.0-release-notes.adoc @@ -29,6 +29,21 @@ 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 fix. + +==== Layout would shift causing the text to jump when action button appears on hover in the chat history list +// #TINY-14157 + +Previously, the actions container in the TinyMCE AI Chat History panel had no reserved space for the icon button that appears on hover. When hovering over a chat history item, the button became visible and caused the entire layout to shift, making content jump position unexpectedly. This resulted in jarring visual inconsistency and inconsistent spacing throughout the component. + +In {productname} {release-version}, the actions container now reserves minimum horizontal space to accommodate the icon button and its surrounding padding. Action buttons appear and disappear without causing layout shifts, providing smoother and more predictable interactions with the Chat History. + +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.