Page MenuHomePhabricator

closed bugs not being styled (e.g. with strikeout)
Closed, ResolvedPublic

Description

Author: rowan.collins

Description:
One of the features that's quite nice with bugzilla is that anywhere a link
occurs to a closed bug, it is styled differently (crossed out) to make this
clear. This even, I believe, applies to the links created by just typing "bug
804" or whatever in a comment.

However, the "MediaZilla" stylesheets seem to be lacking this styling. I think
it just needs someone to add a CSS rule for the "bz_closed" style, as the links
are being enclosed in <span style="bz_closed">...</span>. It would be very nice
to have this feature working, as it makes things like lists of dependencies much
more useful.


Version: unspecified
Severity: normal
OS: Windows 2000
Platform: PC

Details

Reference
bz815

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 7:05 PM
bzimport set Reference to bz815.
bzimport added a subscriber: Unknown Object (MLST).

rowan.collins wrote:

Note that strikeout should also be applied to the class bz_obsolete, which is
used for patches which have been marked as obsolete.

Oddly, the source for this page seems to link to
http://bugzilla.wikipedia.org/css/global.css and
http://bugzilla.wikipedia.org/css/edit_bug.css but neither seems to actually
exist/be accessible. Maybe the rules are in there, but the files are in the
wrong place or have bad permissions or somesuch malarkey.

Yeah, there was a permissions problem; when I upgraded us from 2.18rc2
to 2.18rc3 a lot of files in the CSS subdirectory got reset to be unreadable.
Should be fixed now.

There is in fact no edit_bug.css in 2.18rc3; not sure what's up with that.