Skip to content

Commit 32ded3e

Browse files
DOC-3132: Toolbar groups had both a attribute and a custom tooltip, causing overlapping tooltips
1 parent 29a4e07 commit 32ded3e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ the help dialog would not open if the plugin was disabled, leading to confusion.
141141

142142
{productname} {release-version} addresses this issue by ensuring that if the help plugin is disabled, the screen reader announces only "Rich Text Area." If the help plugin is enabled, the screen reader announces "Rich Text Area. Press `ALT-0` for help.".
143143

144+
=== Toolbar groups had both a `title` attribute and a custom tooltip, causing overlapping tooltips
145+
// #TINY-11768
146+
147+
In previous versions of {productname}, hovering over toolbar entries would display both a custom tooltip and the default browser tooltip. This caused confusing behavior, as the custom tooltip was difficult to read due to the browser tooltip overlapping it.
148+
149+
{productname} {release-version} resolves this issue by replacing the `title` attribute with the `aria-label` attribute for toolbar groupings, preventing the default browser tooltip from appearing.
150+
144151
[[known-issues]]
145152
== Known issues
146153

0 commit comments

Comments
 (0)