From 881533257a7324c639652d5897e998a79d69e67e Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 22 Jun 2026 14:41:04 +1000 Subject: [PATCH] TINYDOC-3526: The custom review textarea showed a scrollbar when it was empty. --- modules/ROOT/pages/8.7.0-release-notes.adoc | 15 +++++++++++++++ 1 file changed, 15 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..2b1b5d5af9 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -39,6 +39,21 @@ The following premium plugin updates were released alongside {productname} {rele // 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 bug fix. + +==== The custom review textarea showed a scrollbar when it was empty. +// #TINYMCE-14409 + +Previously, the text area in the Custom review section of the **TinyMCE AI** Review sidebar showed a scrollbar even when it was empty. The placeholder text could scroll and the corners of the text area appeared cut off, which made the control look broken. + +In {productname} {release-version}, the Custom review text area uses a larger default height, so the placeholder fits without a scrollbar and the text area renders correctly when empty. + +For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI]. + [[improvements]] == Improvements