Opened 11 years ago
Closed 11 years ago
#6458 closed defect (bug) (fixed)
Messages unread count loses count/no-count class
| Reported by: | johnjamesjacoby | Owned by: | djpaul |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.4 |
| Component: | Messages | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
6458.01.patch modifies
messages_screen_conversation()and ports count calculation logic fromBP_Messages_Component::setup_nav().