From f9272d924f6f694bff37510921174916e8f6ba1a Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 14 May 2025 08:50:17 +1000 Subject: [PATCH 1/3] DOC-3151: Select UI elements was not properly styled on Chrome version 136. --- modules/ROOT/pages/7.9.0-release-notes.adoc | 7 +++++++ modules/ROOT/pages/changelog.adoc | 2 ++ 2 files changed, 9 insertions(+) diff --git a/modules/ROOT/pages/7.9.0-release-notes.adoc b/modules/ROOT/pages/7.9.0-release-notes.adoc index 2516313b36..c190e4d466 100644 --- a/modules/ROOT/pages/7.9.0-release-notes.adoc +++ b/modules/ROOT/pages/7.9.0-release-notes.adoc @@ -297,3 +297,10 @@ Key Improvements/Benefits: 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. + +=== Select UI elements was not properly styled on Chrome version 136. +// #TINY-12131 + +Previously, the `Select` UI elements were not properly styled in Chrome version 136, resulting in no visual indication of the currently selected option, which lead to usability issues. + +{productname} {release-version} addresses this issue. Now, the styling for `Select` UI elements had been updated to ensure the selected option is clearly displayed, restoring proper visual feedback. This improvement ensures consistent and intuitive styling for Chrome 136 and earlier versions. \ No newline at end of file diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index d20905c04b..d27e54b02f 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -41,6 +41,8 @@ NOTE: This is the {productname} Community version changelog. For information abo // #TINY-11676 * Editor did not scroll into viewport on receiving focus on Chrome and Safari. // #TINY-12017 +* Select UI elements was not properly styled on Chrome version 136. +// #TINY-12131 == xref:7.8.0-release-notes.adoc[7.8.0 - 2025-04-9] From 99174b173b08918e6a61b6762893e9347ecb9664 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 15 May 2025 10:24:07 +1000 Subject: [PATCH 2/3] Update modules/ROOT/pages/7.9.0-release-notes.adoc Co-authored-by: tiny-ben-tran --- 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 c190e4d466..20eb5769e0 100644 --- a/modules/ROOT/pages/7.9.0-release-notes.adoc +++ b/modules/ROOT/pages/7.9.0-release-notes.adoc @@ -298,7 +298,7 @@ Previously, when the xref:user-formatting-options.adoc#style_formats[style_forma 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. -=== Select UI elements was not properly styled on Chrome version 136. +=== Select UI elements were not properly styled on Chrome version 136. // #TINY-12131 Previously, the `Select` UI elements were not properly styled in Chrome version 136, resulting in no visual indication of the currently selected option, which lead to usability issues. From 10b24568b9b85d777f497ad96645e9b04a8127d1 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 15 May 2025 10:24:13 +1000 Subject: [PATCH 3/3] Update modules/ROOT/pages/changelog.adoc Co-authored-by: tiny-ben-tran --- modules/ROOT/pages/changelog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index d27e54b02f..71dff4379a 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -41,7 +41,7 @@ NOTE: This is the {productname} Community version changelog. For information abo // #TINY-11676 * Editor did not scroll into viewport on receiving focus on Chrome and Safari. // #TINY-12017 -* Select UI elements was not properly styled on Chrome version 136. +* Select UI elements were not properly styled on Chrome version 136. // #TINY-12131 == xref:7.8.0-release-notes.adoc[7.8.0 - 2025-04-9]