After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753050 - Channel title colour doesn't update after viewing unread messages
Channel title colour doesn't update after viewing unread messages
Status: RESOLVED FIXED
Product: polari
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Polari maintainers
Polari maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-30 10:27 UTC by Allan Day
Modified: 2015-08-08 15:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
roomList: Clear pending messages indication when offline (1.39 KB, patch)
2015-08-08 15:40 UTC, Florian Müllner
committed Details | Review

Description Allan Day 2015-07-30 10:27:17 UTC
Channel titles (in the sidebar) have a darker colour when they contain unread messages. The problem is, they don't seem to update once you've viewed the channel - this means that it looks like there are unread messages, when there aren't.
Comment 1 Florian Müllner 2015-08-08 15:40:54 UTC
The following fix has been pushed:
e0b1aaf roomList: Clear pending messages indication when offline
Comment 2 Florian Müllner 2015-08-08 15:40:59 UTC
Created attachment 308958 [details] [review]
roomList: Clear pending messages indication when offline

We currently update the indication for unread or highlighted messages
as the number of pending messages changes. However this obviously
does not work while offline, while at the same time keeping the
highlight around is obviously unobvious to users. The best thing
we can do while offline is clearing out the indication when a room
is selected, so do that.