Opened 9 years ago
Closed 9 years ago
#6458 closed defect (bug) (fixed)
Messages unread count loses count/no-count class
Reported by: | johnjamesjacoby | Owned by: | djpaul |
---|---|---|---|
Milestone: | 2.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Messages | Keywords: | has-patch early reporter-feedback |
Cc: |
Description
To duplicate:
- Receive a private message from another user
- See the displayed user navigation shows a bubble with "1" and a
span
with the classcount
- Visit your private message inbox and view the conversation thread
- Notice that the "1" is now "0" but also that the
span
does not have theno-count
class
This only happens when viewing a single conversation thread.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
6458.01.patch modifies
messages_screen_conversation()
and ports count calculation logic fromBP_Messages_Component::setup_nav()
.