Some bug links tooltips are missing
Categories
(bugzilla.mozilla.org :: User Interface, defect)
Tracking
()
People
(Reporter: goodvin, Unassigned)
Details
Attachments
(1 file)
|
24.42 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0
Steps to reproduce:
Sometimes bug links are missing their tooltip.
In bug #1751215c7 (https://bugzilla.mozilla.org/show_bug.cgi?id=1751215#c7), hover mouse over the link in the comment.
Actual results:
On hovering over the bug link in the comment, no tooltip is produced. When viewing source, there is no <title> html tag exists.
Expected results:
On hovering over the bug link in the comment, a tooltip with bug status and bug description should be displayed.
Original tooltip implementation is bug 74355.
Comment 1•3 years ago
|
||
This is because the bug id is actually a fully qualified URL in that particular comment. We do not add tooltips to URLs even if they are pointing to a bug on the same system. If a comment has a bug number alone in the comment, we then link that and create a tooltip if the user can see the bug.
Description
•