Skip to content

Commit 262c7ba

Browse files
authored
Merge branch 'feature/7.5/DOC-2498' into feature/7.5/DOC-2498_TINY-11395
2 parents 46c050c + 1c7dc1d commit 262c7ba

File tree

1 file changed

+33
-3
lines changed

1 file changed

+33
-3
lines changed

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

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,31 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
172172

173173
// CCFR here.
174174

175+
=== Forecolor and backcolor toolbar buttons were not completely greyed out while in readonly mode.
176+
// #TINY-11313
177+
178+
In previous versions of {productname}, an issue was identified where the `backcolor` and `forecolor` toolbar buttons were not completely greyed out while in readonly mode due to an incorrect CSS selector.
179+
180+
This led to a visual inconsistency in the readonly editor state.
181+
182+
{productname} {release-version} addresses this issue. Now, the CSS selector has been corrected, ensuring that both `backcolor` and `forecolor` buttons are now completely greyed out, providing a consistent user experience when the editor is in readonly mode.
183+
184+
=== Improved color picker aria support.
185+
// #TINY-11291
186+
187+
In previous versions of {productname}, an issue was identified where screen readers would inconsistently announce the original R/G/B component string in the color picker, leading to a lack of context for visually impaired users. The root cause was an incorrect placement of the `aria-label` attribute, which was initially applied to the label element instead of the input field.
188+
189+
{productname} {release-version} addresses this issue. Now, the `aria-label` attribute has been moved to the input field to ensure it is correctly associated. Additionally, the descriptive text was updated from "Red/Green/Blue component" to "Red/Green/Blue channel" to provide clearer information for assistive technologies. These changes ensure that screen readers consistently and accurately announce the relevant RGB channels, significantly improving accessibility.
190+
191+
=== The `toolbar-sticky-offset` would still be applied after entering fullscreen mode.
192+
// #TINY-11137
193+
194+
In previous versions of {productname}, an issue was identified where the toolbar offset was incorrectly applied in fullscreen mode, causing the toolbar to overlap with the editor area.
195+
196+
{productname} {release-version} addresses this issue, by implementing a check to verify that the editor is **not** in fullscreen mode before applying the toolbar offset. As a result, the toolbar now appears in the correct position when in fullscreen mode, even with the `toolbar_sticky_offset` option defined.
197+
175198
=== Corrected focus highlight visibility in `Statusbar` path
199+
// #TINY-11381
176200

177201
A visual bug introduced in {productname} version xref:7.2.1-release-notes.adoc#long-translations-of-the-bottom-help-text-would-cause-minor-graphical-issues[7.1.2] caused the focus highlight to appear behind the tag name in the statusbar path, making it difficult for users to visually track their focus.
178202

@@ -212,7 +236,13 @@ This section describes issues that users of {productname} {release-version} may
212236

213237
There <is one | are <number> known issue<s> in {productname} {release-version}.
214238

215-
=== <TINY-vwxyz 1 changelog entry>
216-
// #TINY-vwxyz1
239+
== Known Issues
240+
241+
=== Screenreader on safari has poor consistency of announcing aria-label
242+
// #TINY-11291 & #TINY-11430
243+
244+
In Safari, when using a screen reader on the color picker, the focus is mistakenly placed on the content within the input field rather than the field itself. This causes the screen reader to bypass announcing the aria-label associated with the field.
245+
246+
As a consequence, users who rely on screen readers may not hear the intended description provided by the aria-label, potentially causing confusion or reducing accessibility.
217247

218-
// CCFR here.
248+
**Status**: Currently under investigation.

0 commit comments

Comments
 (0)