Closed
Bug 40286
Opened 25 years ago
Closed 24 years ago
strike-throughs impair readability
Categories
(Bugzilla :: Bugzilla-General, defect, P3)
Bugzilla
Bugzilla-General
Tracking
()
VERIFIED
FIXED
Bugzilla 2.12
People
(Reporter: st.n, Assigned: Chris.Yeh)
References
()
Details
(Whiteboard: 2.12)
Attachments
(1 file)
(deleted),
text/html
|
Details |
When looking at my votes in Bugzilla
(http://bugzilla.mozilla.org/showvotes.cgi),
resolved bugs are striked-trough, which is perfectly okay for me - it is
a good indication about the status. Nevertheless, stiking out the whole
summary line doesn't really improve its readability. Wouldn't it be
enough to just strike out the bug number?
Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
Lines 98,99 of showvotes.cgi:
<td><a href="showvotes.cgi?bug_id=$id">$id</a></td>
<td><a href="show_bug.cgi?id=$id">$strike$summary$endstrike</a></td>
would become:
<td>$strike<a href="showvotes.cgi?bug_id=$id">$id</a>$endstrike</td>
<td><a href="show_bug.cgi?id=$id">$summary</a></td>
Gerv
Reporter | ||
Comment 3•24 years ago
|
||
Thanks for the patch! Is there a special reason that nobody applies it?
I'm still seeing this bug.
Updated•24 years ago
|
Status: NEW → ASSIGNED
consideration for 2.12
Assignee: tara → cyeh
Status: ASSIGNED → NEW
Whiteboard: 2.12
checked this in yesterday. so this is fixed. why i didn't mark it fixed...
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 6•24 years ago
|
||
Sorry, but I can't see any change at all, at least at
http://bugzilla.mozilla.org/showvotes.cgi. Reopening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
remarking as fixed. You have a misunderstanding about how Bugzilla is deployed
at mozilla.org.
mozilla.org uses a snapshot of the Bugzilla codebase so that they can be
confident they are running a stable version. This is similar to using a stable
version of the Linux kernel.
The fix has been checked into the trunk of the Bugzilla code base. If you want
to play around with that, I would suggest going to landfill.tequilarista.org and
selecting "Bugzilla tip". That installation is taken from the development tree,
and you should see that fix there.
remarking as fixed.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 8•24 years ago
|
||
Sorry for the spam, but I needed to be able to query for all of these correctly.
Target Milestone: --- → Bugzilla 2.12
Comment 10•23 years ago
|
||
Moving closed bugs to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: other → unspecified
Updated•12 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
•