Skip to content

Commit a3d3656

Browse files
DOC-3132: Toolbar groups had both a attribute and a custom tooltip, … (#3608)
* DOC-3132: Toolbar groups had both a attribute and a custom tooltip, causing overlapping tooltips * Update modules/ROOT/pages/7.7.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <[email protected]> --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 0354cf5 commit a3d3656

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
@@ -148,6 +148,13 @@ the help dialog would not open if the plugin was disabled, leading to confusion.
148148

149149
{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.".
150150

151+
=== Toolbar groups had both a `title` attribute and a custom tooltip, causing overlapping tooltips
152+
// #TINY-11768
153+
154+
In previous versions of {productname}, hovering over toolbar menu item 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.
155+
156+
{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.
157+
151158
[[known-issues]]
152159
== Known issues
153160

0 commit comments

Comments
 (0)