Opened 11 years ago
Closed 10 years ago
#6458 closed defect (bug) (fixed)
Messages unread count loses count/no-count class
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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
spanwith the classcount - Visit your private message inbox and view the conversation thread
- Notice that the "1" is now "0" but also that the
spandoes not have theno-countclass
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().