Closed
Bug 228141
Opened 22 years ago
Closed 22 years ago
Hyperreferences (<a href=...>) to other bugs are bracketed with <strike>...</strike>
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: u20230201, Assigned: myk)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4) Gecko/20030821
Build Identifier:
The hyperlinks to other bugs look very odd in show_bug.cgi, because they are
striked out. This may be OK for duplicate bugs, but it looks very odd for a "See
also bug 123".
Reproducible: Always
Steps to Reproduce:
1. Refer to another bug id.
Actual Results:
The hyperlink looks like "<strike><a href=...>text</a></strike>
Expected Results:
The <strike> element is not necessary
| Reporter | ||
Updated•22 years ago
|
Version: unspecified → 2.16.4
Comment 1•22 years ago
|
||
The bug being referenced is resolved. This is the visual indication used to
indicate a resolved bug.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 2•22 years ago
|
||
Your statement does not agree the the HTML guide section 3.2.1,
"Autolinkification": It's not mentioned that a link to another bug automatically
means the link is to a deleted or closed bug. IF you really want that strikeout
feature add a regular expression for "dead bug" instead of "bug".
Status: RESOLVED → UNCONFIRMED
Resolution: WONTFIX → ---
Comment 3•22 years ago
|
||
Ulrich, I didn't understand your statement entirely. Not all bugs linked to are
dead, of course -- it depends on the actual *state* of that bug. Bugs in the
RESOLVED/CLOSED/VERIFIED state are striked out; bugs that are
UNCONFIRMED/NEW/ASSIGNED are not. Is the documentation unclear to you?
Comment 4•22 years ago
|
||
This feature got a *lot* of discussion that included folks that do UI design for
a living before it was ever implemented. Not all bug links are struck out, only
links to bugs that have been resolved. Whether the bug is resolved or not is
checked at runtime *as the HTML is being generated*. If the bug being refered
to has not yet been resolved at the point you are viewing the comment in
question, then it will not be struck out.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 5•22 years ago
|
||
Oops: Bugzilla is more clever than I thought: The bug referred to actually was
"RESOLVED/REMIND", so it was striked out. The documentation did not mention that
cleverness. Maybe add a paragraph to the documentation. Sorry for the confusion!
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•