Comment wrapper template is missing "comments" ID in markup. Because of that when you click, for example, on "X comment/s" in teaser it won't automatically scroll to comments.

Just need to change line 41 in comment-wrapper.tpl.php from:
<section class="comments <?php print $classes; ?>"<?php print $attributes; ?>>
to:
<section id="comments" class="comments <?php print $classes; ?>"<?php print $attributes; ?>>

Comments

JohnAlbin’s picture

Title: Add ID to comment wrapper » Missing ID in comment wrapper breaks node link
Status: Active » Fixed

Good catch!

Thanks, Tomasz. You're in the contributors list now. http://drupal.org/node/88566/committers

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