Closed
Bug 265075
Opened 20 years ago
Closed 20 years ago
Buglist table does not use bz_odd and bz_even
Categories
(Bugzilla :: User Interface, defect)
Bugzilla
User Interface
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bkuemmer, Assigned: myk)
Details
Attachments
(1 file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 Mnenhy/0.6.0.104 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 Mnenhy/0.6.0.104 The bugzilla buglist table does not use the bz_odd and bz_even styling attributes, but they are used in buglist.css. I found it strange that the style definition in buglist.css didn't seem to work, until I saw that they are not really used. Reproducible: Always Steps to Reproduce: 1. Open any buglist Actual Results: The buglist is displayed as a table where all rows look the same Expected Results: The buglist should be displayed with rows styled according to the tr.bz_odd and tr.bz_even attributes in buglist.css
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
(In reply to comment #0) > until I saw that they are not really used. They are used in later revisions of table.html.tmpl on head (1.17) and branch (1.16.2.1) since bug 252810. It seems to me that for some reason, you've got a css/buglist.css file of revision 1.3 or newer (or 1.2.4.1 or newer) while your table.html.tmpl was not updated.
Comment 3•20 years ago
|
||
The current version of table.html.tmpl is 1.19. cvs up -A perhaps?
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 4•20 years ago
|
||
I am very sorry, seems that part of my installation was on BUGZILLA-2_18-BRANCH, and part on BUGZILLA-2_18rc2. Sorry for the bother.
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
•