Adding title of bug near number
Categories
(Bugzilla :: Creating/Changing Bugs, enhancement)
Tracking
()
People
(Reporter: inoyakaigor, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
146.46 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0
Steps to reproduce:
Before add a new bug I tried to find any bug relative to my problem. For this I've opened this meta bug https://bugzilla.mozilla.org/show_bug.cgi?id=1598632 and then scroll to comments.
Actual results:
There is a lot of comments like: «Depends on: 1332949»
To understand is this bug relative to my problem I should open each. It get too much time.
Expected results:
Comments with links to another bugs should contain title of bug:
Depends on: 1332949 (In the network panel copy posted data… )
It will help to quick search a bugs
For anyone who also need this feature: you can add this userstyle:
.change a::after {
content: attr(title);
margin-left: 1ch;
}
![]() |
||
Comment 2•2 years ago
|
||
Note that the title of the bug is displayed when hovering the bug ID. But it wouldn't hurt to display the title as suggested in your screenshot. Patch welcome. :)
Updated•2 years ago
|
Description
•