Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2008 at 17:35 UTC
Updated:
8 Jul 2008 at 13:38 UTC
Consider a project_issue node with more than 200 followups. When a new followup appears, "new" shows up next to the node title on my issue list. When I visit the node, the new comments are marked with "new" as well... except the new comments do not appear because they are on "page 2." When I click on "page 2" to see them, they are no longer marked new because now I've read the node more recently than the comment was created.
Fixing this is going to hurt because (I think) the comment "new" marker is based on the node read time and we certainly do not want to always require people to read all pages of comments before marking it not new anymore.
Comments
Comment #1
bjaspan commentedA sample issue with this problem: http://drupal.org/node/225450
Comment #2
catchDuplicate of this:
#6371: All comments marked as read when viewing any page.
Also, this will be marginally less painful when drupal.org upgrades to D6: http://drupal.org/node/6162