Skip to content

Commit b7820a1

Browse files
DOC-3151: Select UI elements was not properly styled on Chrome version 136. (#3725)
* DOC-3151: Select UI elements was not properly styled on Chrome version 136. * Update modules/ROOT/pages/7.9.0-release-notes.adoc Co-authored-by: tiny-ben-tran <[email protected]> * Update modules/ROOT/pages/changelog.adoc Co-authored-by: tiny-ben-tran <[email protected]> --------- Co-authored-by: tiny-ben-tran <[email protected]>
1 parent 9c2eab4 commit b7820a1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

modules/ROOT/pages/7.9.0-release-notes.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,3 +304,10 @@ Key Improvements/Benefits:
304304
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.
305305

306306
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.
307+
308+
=== Select UI elements were not properly styled on Chrome version 136.
309+
// #TINY-12131
310+
311+
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.
312+
313+
{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.

modules/ROOT/pages/changelog.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ NOTE: This is the {productname} Community version changelog. For information abo
4343
// #TINY-11676
4444
* Editor did not scroll into viewport on receiving focus on Chrome and Safari.
4545
// #TINY-12017
46+
* Select UI elements were not properly styled on Chrome version 136.
47+
// #TINY-12131
4648

4749
== xref:7.8.0-release-notes.adoc[7.8.0 - 2025-04-9]
4850

0 commit comments

Comments
 (0)