Closed (duplicate)
Project:
Drupal core
Version:
4.6.0
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2005 at 22:39 UTC
Updated:
16 Jun 2005 at 18:46 UTC
When I make a link to anther comment in a comment in a book page,
the link does not jump to the linked comment itself,
but to the node (specifically the top of the book page)
which contains the linked comment.
The linked comment is, for example, exactly
http://yoursite.com/node/464#comment-53,
as is shown on the address bar,
but does not jump to the place of the comment.
This phenomenon has not been verified in other node types yet
as I have not experimented yet.
Comments
Comment #1
ryo commentedThis phenomenon seems to happen when the linked comment exists in the comment pages that follow the first comment page of the node.
We should specify the link as
http://yoursite.com/node/464?from=10&comments_per_page=10#comment-53
instead of
http://yoursite.com/node/464#comment-53 .
'Recent commnent' link also has the same problem (the link does NOT jump to the comment),
but no way to specify the link manually...
Comment #2
robin monks commentedThis bug is a DUPLICATE of http://drupal.org/node/6162 .
Robin