# Minor UX suggestion: don't display "Profile" tooltip when hovering over "Profile"

**URL:** <https://meta.discourse.org/t/minor-ux-suggestion-dont-display-profile-tooltip-when-hovering-over-profile/33816>\
**Category:** UX\
**Created:** [28 Setembro , 2015 05:23 UTC](https://meta.discourse.org/t/minor-ux-suggestion-dont-display-profile-tooltip-when-hovering-over-profile/33816 "2015-09-28T05:23:47Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![dandv](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dandv/32/169779_2.png) [@dandv](https://meta.discourse.org/u/dandv)\
**Post date:** [28 Setembro , 2015 05:23 UTC](https://meta.discourse.org/t/minor-ux-suggestion-dont-display-profile-tooltip-when-hovering-over-profile/33816/1 "2015-09-28T05:23:47Z")

</div>

![](https://global.discourse-cdn.com/meta/original/3X/5/4/547c335e8d274ed24ce30443277538d4cf0eb281.png)

It would still be useful to have the tooltip for the profile _icon_.

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [28 Setembro , 2015 05:29 UTC](https://meta.discourse.org/t/minor-ux-suggestion-dont-display-profile-tooltip-when-hovering-over-profile/33816/2 "2015-09-28T05:29:41Z")

</div>

I know we looked at this before, not sure if it is the same code, but it was hard coded to duplicate exact button text as the tooltip attribute, which is bad. Did we change that @techapj?

---

<div class="post-metadata">

**Author:** ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)\
**Post date:** [28 Setembro , 2015 06:40 UTC](https://meta.discourse.org/t/minor-ux-suggestion-dont-display-profile-tooltip-when-hovering-over-profile/33816/3 "2015-09-28T06:40:23Z")

</div>

That fix was for the `d-button` component. For the “Profile” link we are using `d-link` component. Fixed for links:

[https://github.com/discourse/discourse/commit/f26bd48ba046caef92f687b6014e331a59d02021](https://github.com/discourse/discourse/commit/f26bd48ba046caef92f687b6014e331a59d02021)

---

<div class="post-metadata">

**Author:** ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)\
**Post date:** [28 Setembro , 2015 09:26 UTC](https://meta.discourse.org/t/minor-ux-suggestion-dont-display-profile-tooltip-when-hovering-over-profile/33816/4 "2015-09-28T09:26:17Z")

</div>


