From 32ded3e3b93914ee04b9b970901d5f62258847b5 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 11 Feb 2025 20:08:32 +0530 Subject: [PATCH 1/2] DOC-3132: Toolbar groups had both a attribute and a custom tooltip, causing overlapping tooltips --- modules/ROOT/pages/7.7.0-release-notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 93592f1859..589c2f7284 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -141,6 +141,13 @@ the help dialog would not open if the plugin was disabled, leading to confusion. {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.". +=== Toolbar groups had both a `title` attribute and a custom tooltip, causing overlapping tooltips +// #TINY-11768 + +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. + +{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. + [[known-issues]] == Known issues From 4065b589f28881b562287ad2b6a1b2a040006946 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:28:33 +0530 Subject: [PATCH 2/2] Update modules/ROOT/pages/7.7.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/pages/7.7.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index 589c2f7284..6d470cc8c7 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -144,7 +144,7 @@ the help dialog would not open if the plugin was disabled, leading to confusion. === Toolbar groups had both a `title` attribute and a custom tooltip, causing overlapping tooltips // #TINY-11768 -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. +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. {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.