Skip to content

Commit b746993

Browse files
DOC-2578: Removed title attribute from dialog tree elements as they already have a tooltip. (#3526)
* DOC-2578: Removed title attribute from dialog tree elements as they already have a tooltip. * Update 7.6.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <[email protected]> * Update modules/ROOT/pages/7.6.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <[email protected]> * Update modules/ROOT/pages/7.6.0-release-notes.adoc --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 728e153 commit b746993

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,18 @@ For more information on the `+disabled+` option, see xref:editor-important-optio
208208

209209
{productname} {release-version} also includes the following bug fixes:
210210

211+
=== Removed title attribute from dialog tree elements as they already have a tooltip.
212+
// #TINY-11470
213+
214+
Previously, an issue was identified with tooltips for tree structures where multiple tooltip systems displayed the same text simultaneously:
215+
216+
. The browser's native tooltip, triggered by the `title` attribute, displayed the text.
217+
. {productname}'s custom tooltip functionality also displayed the text.
218+
219+
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}.
220+
221+
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.
222+
211223
=== Tooltip would not show for group toolbar button.
212224
// #TINY-11391
213225

@@ -222,7 +234,6 @@ Previously, there was an issue where changes to the row type in numbered tables
222234

223235
In {productname} {release-version}, this issue has been resolved by removing the restriction on changing the row type from a `+contentEditable="false"+` cell. As a result, changes to the row type are now correctly applied.
224236

225-
226237
[[security-fixes]]
227238
== Security fixes
228239

0 commit comments

Comments
 (0)