browsing to bug comment permalink should show comment in context
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
Currently the permalinks to bug comments lead to a page showing only that one comment. But usually people want to see a comment in context with the discussion around it.
This can be solved by adding a target anchors such as <div name="comment-2" title="comment-2" id="comment-
https:/
would become
https:/
In which case, it may also be useful to surround the target comment with a red border or some other visual clue, so it's clear which comment was the actual target of the permalink, and which ones are the context around it. In CSS, something like
:target {
border: 2px solid red;
}
would do the trick.
NOTE: the original description of this bug was a bit hard to decipher, leading to Diogo's puzzled comment below.
description: | updated |
Changed in malone: | |
status: | New → Confirmed |
description: | updated |
description: | updated |
Changed in malone: | |
status: | Incomplete → Triaged |
importance: | Undecided → Low |
Changed in launchpad: | |
assignee: | nobody → Bayard 'kit' Randel (blr) |
Changed in launchpad: | |
assignee: | Kit Randel (blr) → nobody |
Hello Amir,
thanks for the report.
I'm afraid I don't understand this bug report. You mean we should add to each individual comment page a link back to the comment anchor, is that correct?
Cheers.