# Tooltip for 'unread post' still displays despite post being read

**URL:** https://meta.discourse.org/t/tooltip-for-unread-post-still-displays-despite-post-being-read/121160
**Category:** UX
**Created:** [6월 24, 2019, 1:39오후 UTC](https://meta.discourse.org/t/tooltip-for-unread-post-still-displays-despite-post-being-read/121160 "2019-06-24T13:39:46Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Zeemah](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zeemah/32/252179_2.png) [@Zeemah](https://meta.discourse.org/u/Zeemah)
#### Post date: [6월 24, 2019, 1:39오후 UTC](https://meta.discourse.org/t/tooltip-for-unread-post-still-displays-despite-post-being-read/121160/1 "2019-06-24T13:39:46Z")

</div>

Really nothing important but I noticed that on the side of posts, next to the date to be specific, there is a circle that appears when the post is unread – of course this is normal and expected behaviour – when you hover your cursor over it you see the ‘Post is unread’ tooltip appear.

Once the post has been read and you go back to the same place where the ‘unread circle’ appeared, the tooltip still displays. Like so:

 ![02%2038PM](https://global.discourse-cdn.com/meta/original/3X/a/d/ad6792e8bb75662f76441c325e0673833e86644d.png)

I also double-checked to ensure it wasn’t anything with another forum, it can also be reproduced here.

---

<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: [6월 24, 2019, 10:06오후 UTC](https://meta.discourse.org/t/tooltip-for-unread-post-still-displays-despite-post-being-read/121160/2 "2019-06-24T22:06:01Z")

</div>

Ok, I guess so?

 ![image](https://global.discourse-cdn.com/meta/original/3X/8/b/8b1774b4e7b646b1c46d3997ab4da4a083499461.png)

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [6월 26, 2019, 1:20오전 UTC](https://meta.discourse.org/t/tooltip-for-unread-post-still-displays-despite-post-being-read/121160/3 "2019-06-26T01:20:08Z")

</div>

@Osama can you sort this out, I guess the simplest thing here is once opacity reaches zero set the circle to `display:none`

---

<div class="post-metadata">

### Author: ![Osama](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/osama/32/98013_2.png) [@Osama](https://meta.discourse.org/u/Osama)
#### Post date: [6월 26, 2019, 7:44오후 UTC](https://meta.discourse.org/t/tooltip-for-unread-post-still-displays-despite-post-being-read/121160/5 "2019-06-26T19:44:08Z")

</div>

Fixed in:

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

Thanks for bringing this up @Zeemah👍

---

<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: [6월 27, 2019, 12:03오전 UTC](https://meta.discourse.org/t/tooltip-for-unread-post-still-displays-despite-post-being-read/121160/6 "2019-06-27T00:03:16Z")

</div>


