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
Comment #1
johnalbinGood catch!
Thanks, Tomasz. You're in the contributors list now. http://drupal.org/node/88566/committers