Bug links inside diffs in merge proposals are not clickable
Bug #1678036 reported by
Robie Basak
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
My use case is:
I'm reviewing a merge proposal for a change to Ubuntu (new git workflow stuff). For example: https:/
I need to follow the bug links to review the corresponding bugs.
I double click on the bug number to select the whole word so that I can copy it to the clipboard. Expected: bug number text selected. Actual: an inline comment dropdown appears, but I did not want that.
Could we perhaps bypass this by scanning for and having "LP: #XXXX" automatically detected and converted to a hyperlink?
Importance: Wishlist expected but I cannot set that.
Thanks!
To post a comment you must log in.
We'd have to be quite careful about this to avoid LP's standard linkification code doing more than we want and making it difficult to see the raw text of diffs.
I would note that this would have been much easier for you if the commit message had simply quoted the bug numbers in the proper style (https:/ /help.launchpad .net/Code/ Git#Linking_ to_bugs), or at least if the submitter of the MP had linked it to the bugs after the fact. That's also better because the links will be bidirectional, i.e. the bug will also link back to the MP.