#5712 closed defect (bug) (fixed)
Message marked as "read" just after being sent
Reported by: | elpix | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.0 |
Component: | Messages | Keywords: | |
Cc: |
Description
Hi there !
I think there is a bug / mistake in the "private message" part of BP :
- I send a message to a friend
- Just after sending, I go on my "sent messages" and my message is marked like that in the HTML :
<tr id="m-13160" class=" read">
Is it a bug or do I make a mistake ?
PS : Another question, whats does it means :
<tr id="m-13149" class="alt read">
Thanks.
Change History (3)
Note: See
TracTickets for help on using
tickets.
I don't think it's a bug. If you wrote and sent a message, then you have read that message. It will be marked unread if the friend responds. Does this make sense?
The
alt
class helps with zebra striping (the gray background on alternate rows).