Skip to content

Commit ff94f35

Browse files
Update modules/ROOT/pages/7.6.0-release-notes.adoc
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 2153a1f commit ff94f35

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,12 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
156156
=== Removed title attribute from dialog tree elements as they already have a tooltip.
157157
// #TINY-11470
158158

159-
Previously, an issue was identified where custom tooltips for tree structures triggered both the browser's native tooltip (via the `title` attribute) and the custom tooltip simultaneously. This resulted in two tooltips with the same text being displayed, leading to a confusing user experience.
159+
Previously, an issue was identified with tooltips for tree structures where multiple tooltip systems displayed the same text simultaneously:
160+
161+
. The browser's native tooltip, triggered by the `title` attribute, displayed the text.
162+
. {productnames}'s custom tooltip functionality also displayed the text.
163+
164+
As a consequence, this caused two tooltips with identical content to appear at the same time, leading to a confusing user experience, where the desired behavior was to show only the custom tooltip provided by {productname}.
160165

161166
In {productname} {release-version}, this issue has been resolved. The `title` attribute is now automatically removed when the custom tooltip is applied, ensuring that only the custom tooltip is displayed.
162167

0 commit comments

Comments
 (0)