Closed Bug 179274 Opened 22 years ago Closed 22 years ago

If bug groups are enabled, all bugs are listed with gray backgroud

Categories

(Bugzilla :: Query/Bug List, defect)

2.17.1
defect
Not set
trivial

Tracking

()

RESOLVED INVALID

People

(Reporter: jussi, Assigned: endico)

Details

(Keywords: regression)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021030
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021030

If bug groups are enabled, all bugs in buglists are listed with gray backgroud. 
The patch to bug 114696 changed this in table.html.tmpl which is a good
candidate for the cause:

-  (snip) [%+ "bz_secure" IF (bug.groupset && !usebuggroups) %]">
+  (snip) [%+ "bz_secure" IF bug.isingroups %]">



Reproducible: Always

Steps to Reproduce:
Keywords: regression
Version: unspecified → 2.17.1
That is by design.   Even if you are using buggroups and choose not to put a bug
in a group when editing it, partucularly when changing products, the bug will
actually be shown without the background because it has become insecure.

If a site does not want the grey background, that is controlled by the bz_secure
style in the style sheet(s) in the css directory.

The while concept of "usebuggroups" is becoming irrlevent before 2.18.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Allright. The change was made in a bug that was mainly conserned about other
things so I took it as a bug. Since I can achieve the same thing with the
bz_secure style, that's ok.

In sites where every bug belong to some default group, it would be nice to have
the nondefault groups to cause the highlight.
Severity: major → trivial
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.