You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/7.5-release-notes.adoc
+44-3Lines changed: 44 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,20 @@ The {productname} {release-version} release includes an accompanying release of
69
69
70
70
For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
71
71
72
+
=== Comments
73
+
74
+
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
75
+
76
+
**Comments** Premium plugin includes the following fix.
77
+
78
+
==== The `conversationAuthor` property was missing from 'create` conversation events in the EventLog API.
79
+
80
+
In previous versions of the tinycomments plugin, the `conversationAuthor` property was missing from 'create' events within the event log, which led to incomplete tracking of user interactions when retrieving data through the `+getEventLog()+` API.
81
+
82
+
{productname} {release-version} addresses this issue. Now, the `conversationAuthor` property is included in 'create' events in the event log.
83
+
84
+
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments].
@@ -167,6 +181,27 @@ This led to a visual inconsistency in the readonly editor state.
167
181
168
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.
169
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
+
198
+
=== Corrected focus highlight visibility in `Statusbar` path
199
+
// #TINY-11381
200
+
201
+
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.
202
+
203
+
In {productname} {release-version}, this has been corrected. The focus highlight is now correctly displayed above the tag name when navigating through the statusbar path, ensuring a clear and visible focus indication.
204
+
170
205
[[security-fixes]]
171
206
== Security fixes
172
207
@@ -195,7 +230,13 @@ This section describes issues that users of {productname} {release-version} may
195
230
196
231
There <is one | are <number> known issue<s> in {productname} {release-version}.
197
232
198
-
=== <TINY-vwxyz 1 changelog entry>
199
-
// #TINY-vwxyz1
233
+
== Known Issues
234
+
235
+
=== Screenreader on safari has poor consistency of announcing aria-label
236
+
// #TINY-11291 & #TINY-11430
237
+
238
+
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.
239
+
240
+
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.
0 commit comments