-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
number of unread messages indicator misbehavior #811
Comments
We don't mark each message as read, so you need to go to the first unread message like you did and keep there for 1 second, this is the actual behaviour |
It's not a bug, it's a feature 😛 . Should we close this? |
I think he means once you reach 0 it should probably go away? Because once you've scrolled that far up, its safe to assume you've read them all |
@geekgonecrazy yes, if you stay there for at least 1s |
When I'm going up if unread number is decreasing, how could the number increases back again when I'm scrolling down? Once it reaches 0 or goes away because of scrolling up, it should not come back at all. |
The counter is useful for letting you know how many messages behind is the first unread message... and it will not count as read, unless you stay for at least 1s in that message. |
If you're semantically OK on how the current implementation works, it's fine. But I personally think it should not increase the number back again while I'm scrolling down (even I don't wait 1 sec) |
I like this behavior since the text is N NEW MESSAGES SINCE (SOME HOUR) and not N UNREAD MESSAGES |
FWIW, I agree with @rockneverdies55 that this is confusing. If the number is decreased first (while scrolling up), it shouldn't increase again (while scrolling down) – that's just unexpected. If you don't count a message as read before viewing it for >1 sec, then the counter shouldn't decrease before that either. (Although I personally wouldn't even want that 1-sec threshold – I can skim through messages faster than that.) |
Sorry if this has been filed already. Few quick searches in the issues didn't yield anything.
So the misbehavior I noticed is that when I scroll up the notification decreases the number of unread messages, however it increases the number back again while I'm scrolling down.
Maybe it actually knows that I don't read the messages really since I scroll up too fast and it marks them unread back again 😄
The text was updated successfully, but these errors were encountered: