The problem I'm having is if you post an comment and leave the page you commented at, your comment will be "new" to you.

For example I've made views showing latest comments on the site and if you comment and navigate yourself to the latest comments page, it will display your comment as "New" even tough it's your own comment.

I'm not quite sure if its a bug or works as designed but it seems to be a bit silly.

So if I could, I'd suggest to make it somehow "read" after you post your comment, because it would make sense.

Thanks in advance!

Comments

formatC'vt’s picture

Assigned: Unassigned » formatC'vt
Issue summary: View changes

I think you may be right, we need to mark posted comments as viewed (if it is real to do).
@muschpusch what you think about this?

muschpusch’s picture

Sounds reasonable... To be honest I have no clue where this status gets tracked in the db

  • formatC'vt committed ec3cb33 on 7.x-1.x
    Issue #1587722 by formatC'vt: Mark always own comments as read.
    
formatC'vt’s picture

Status: Active » Fixed

Unfortunately this status does not stored in the db. This status based on node last view state. All comments marked as new for you if your node last seen timestamp older than comment timestamp. I add a little hack to force all of own comments as readed.

  • formatC'vt committed 283a425 on 7.x-1.x
    Issue #1587722 by formatC'vt: Sometimes ->new is not used and not set.
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.