Closed
Bug 345285
Opened 19 years ago
Closed 18 years ago
the first query results table header should have an extra class (bz_first_buglist_header)
Categories
(Bugzilla :: Query/Bug List, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: timeless, Assigned: timeless)
References
()
Details
(Keywords: ue)
Attachments
(1 file)
858 bytes,
patch
|
goobix
:
review+
|
Details | Diff | Splinter Review |
If you have a long query, you will get something like:
ID Sev Pri Plt Assignee Reporter Status Resolution Product Summary
<bugs...>
ID Sev Pri Plt Assignee Reporter Status Resolution Product Summary
<morebugs...>
ID Sev Pri Plt Assignee Reporter Status Resolution Product Summary
<morebugs...>
Steps to reproduce:
If you really want such a query, search for all timeless's bugs or all bugs filed by timeless, or all open bugs filed by timeless or maybe just all open bugs filed by timeless in product bugzilla.
https://bugzilla.mozilla.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailreporter1=1&emailtype1=exact&email1=timeless%40bemail.org&field0-0-0=bug_status&type0-0-0=notequals&value0-0-0=UNCONFIRMED&field0-0-1=reporter&type0-0-1=equals&value0-0-1=timeless%40bemail.org
https://bugzilla.mozilla.org/buglist.cgi?&emailreporter1=1&emailtype1=exact&email1=timeless%40bemail.org
https://bugzilla.mozilla.org/buglist.cgi?&emailreporter1=1&emailtype1=exact&email1=timeless%40bemail.org&resolution=---
https://bugzilla.mozilla.org/buglist.cgi?&emailreporter1=1&emailtype1=exact&email1=timeless%40bemail.org&resolution=---&product=Bugzilla
That last one really does give me three headers.
Expected results (from working with someone who just learned about userContent.css):
It should be possible to *easily* style the headers, it's possible today, but it's hacky.
currently we have to do something like:
tr>th{display:none}, but that's really annoying, it should be possible to just do:
tr.bz_buglist_header{visibility:collapsed}
I'm not sure whether I care about using visibility or display, but I can assure you that that what an end user wants to do with this flexibility is not the Bugzilla project's problem, although we will post sample user styles at some point and they should be hosted somewhere to enable users to see what they can do.
Assignee: query-and-buglist → timeless
Status: NEW → ASSIGNED
Attachment #276380 -
Flags: review?(vladd)
Updated•18 years ago
|
OS: Windows XP → All
Hardware: PC → All
Comment 2•18 years ago
|
||
Comment on attachment 276380 [details] [diff] [review]
bz_buglist_header
There's a bug regarding the dotweak stuff for staggering headers, but I've opened bug 391945 for that one.
Attachment #276380 -
Flags: review?(vladd) → review+
Updated•18 years ago
|
Severity: normal → enhancement
Flags: approval?
Target Milestone: --- → Bugzilla 3.2
Comment 3•18 years ago
|
||
It would also be nice if the align="left" were now replaced with some CSS. (But not here.)
Flags: approval? → approval+
Comment on attachment 276380 [details] [diff] [review]
bz_buglist_header
mozilla/webtools/bugzilla/template/en/default/list/table.html.tmpl 1.36
(From update of attachment 276392 [details] [diff] [review])
mozilla/webtools/bugzilla/template/en/default/list/table.html.tmpl 1.37
so, I messed up a bit.
this bug was supposed to be:
results table header row should have a class (bz_buglist_header)
but I committed the patch for that in bug 345286, so I'm swapping the summaries
the first query results table header should have an extra class (bz_first_buglist_header)
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Summary: results table header row should have a class (bz_buglist_header) → the first query results table header should have an extra class (bz_first_buglist_header)
You need to log in
before you can comment on or make changes to this bug.
Description
•