Comment 2 for bug 124166

Revision history for this message
Amir E. Aharoni (amir-aharoni) wrote : Re: add a target link anchor to every comment in bugs discussions

No.

I suggest to add <a name="comment42"> (replace 4 with comment number) before every comment on the main bug page.

Currently every comment has something like this:
===========================================
      <a href="https://bugs.launchpad.net/~matsubara"><img alt="" width="14" height="14" src="/@@/person" />&nbsp;Diogo Matsubara</a>
===========================================

I suggest to change it into something like this:

===========================================
      <a name="comment1" href="https://bugs.launchpad.net/~matsubara"><img alt="" width="14" height="14" src="/@@/person" />&nbsp;Diogo Matsubara</a>
===========================================

This way i can send someone a link such as https://bugs.launchpad.net/malone/+bug/124166#comment1 and he will see comment 1 and the comments after it. This may be useful for pointing someone into a middle of a long discussion where there is need to see the comment and the replies to it.