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

ryo’s picture

This 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...

robin monks’s picture

This bug is a DUPLICATE of http://drupal.org/node/6162 .

Robin