From 520bc1ab0c2ab92d670e7a8c969242887636ff68 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 6 May 2025 09:14:42 +1000 Subject: [PATCH 1/2] DOC-3151: If style_formats is empty the button is now disabled. --- modules/ROOT/pages/7.9.0-release-notes.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ROOT/pages/7.9.0-release-notes.adoc b/modules/ROOT/pages/7.9.0-release-notes.adoc index 6394d0a9a6..9a775d53ae 100644 --- a/modules/ROOT/pages/7.9.0-release-notes.adoc +++ b/modules/ROOT/pages/7.9.0-release-notes.adoc @@ -157,7 +157,12 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a // #TINY-vwxyz1 // CCFR here. +=== If `style_formats` is empty the button is now disabled. +// #TINY-12005 +Previously, when the xref:user-formatting-options.adoc#style_formats[style_formats] configuration was empty or undefined, the **Formats** toolbar button remained active, resulting in a dropdown menu that appeared empty and non-functional. This behavior caused confusion, as users were presented with an unresponsive interface element that suggested available formatting options when none existed. + +In {release-version}, the {productname} editor now disables the **Formats** button entirely when no style formats are defined. This change improves usability by clearly signaling that there are no available style options, preventing unnecessary interaction and enhancing clarity for end users. [[security-fixes]] == Security fixes From 75b5a8611cb5fa07071b27c71f7c14e25ec0b456 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 6 May 2025 21:25:28 +1000 Subject: [PATCH 2/2] Update modules/ROOT/pages/7.9.0-release-notes.adoc --- modules/ROOT/pages/7.9.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.9.0-release-notes.adoc b/modules/ROOT/pages/7.9.0-release-notes.adoc index 9a775d53ae..b5607ee111 100644 --- a/modules/ROOT/pages/7.9.0-release-notes.adoc +++ b/modules/ROOT/pages/7.9.0-release-notes.adoc @@ -160,7 +160,7 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a === If `style_formats` is empty the button is now disabled. // #TINY-12005 -Previously, when the xref:user-formatting-options.adoc#style_formats[style_formats] configuration was empty or undefined, the **Formats** toolbar button remained active, resulting in a dropdown menu that appeared empty and non-functional. This behavior caused confusion, as users were presented with an unresponsive interface element that suggested available formatting options when none existed. +Previously, when the xref:user-formatting-options.adoc#style_formats[style_formats] configuration was explicitly set to an empty list, the **Formats** toolbar button remained enabled, displaying an empty and non-functional dropdown menu. This led to confusion, as the button appeared interactive and suggested available formatting options, despite none being configured. In {release-version}, the {productname} editor now disables the **Formats** button entirely when no style formats are defined. This change improves usability by clearly signaling that there are no available style options, preventing unnecessary interaction and enhancing clarity for end users.