Closed
Bug 92911
Opened 24 years ago
Closed 24 years ago
Current highlighting of bugs in buglist.cgi is broken
Categories
(Bugzilla :: Query/Bug List, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 104247
People
(Reporter: bugzilla, Assigned: endico)
Details
Attachments
(1 file)
|
497 bytes,
patch
|
Details | Diff | Splinter Review |
There is some code in buglist.cgi to highlight bugs in a bug list. But it is
broken :(
When retrieving the severity, it uses a substring() to get the first 3 chars,
but when it later checks this severity retrieved, it checks against longer
strings (e.g. 'criti'), which do not match, so no highlighting is done.
Note that there is hopefully better highlighting on the way anyway (see
bug#92565 and bug#36013), both of which I'm sort of looking at the moment, so in
the long run, I'm guessing that this bit of code will go, but as a quick fix to
get some colour back into the world, the following patch could be used...
Updated•24 years ago
|
Comment 2•24 years ago
|
||
-> New Bugzilla Product
Assignee: justdave → endico
Component: Bugzilla → Query/Bug List
Product: Webtools → Bugzilla
Version: Bugzilla 2.12 → 2.12
*** This bug has been marked as a duplicate of 104247 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 4•24 years ago
|
||
clearing milestone for invalid/wontfix/worksforme/duplicate so they'll show up
as untriaged if they get reopened.
Target Milestone: Bugzilla 2.16 → ---
Updated•13 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
•