Closed
Bug 515161
Opened 16 years ago
Closed 16 years ago
display closed bug numbers with strikeout
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
1.1
People
(Reporter: wsmwk, Unassigned)
Details
(Keywords: regression)
please display closed bug numbers with strikeout to facilitate triaging of crash list. Mouseover provides the bug details and is useful, but having strikeout makes it easier to scan the crash list to see what crashes still need attention.
example, in http://crash-stats.mozilla.com/query/query?product=Thunderbird&version=Thunderbird%3A3.0b3&date=&range_value=2&range_unit=weeks&query_search=signature&query_type=exact&query=&do_query=1 both 498751 and 280232 should be shown in stikeout (these bugs are closed duped and fixed respectively)
Comment 1•16 years ago
|
||
This is a regression.
The bug numbers have a span tag with the class "strike". They are no longer getting styled since the new screen.css file lacks this class.
| Reporter | ||
Comment 3•16 years ago
|
||
will this also be fixed in bug 411397?
Comment 4•16 years ago
|
||
Fixed r1387.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 5•16 years ago
|
||
This isn't 100% fixed. I see cases like
http://crash-stats.mozilla.com/report/list?range_value=2&range_unit=weeks&version=Firefox%3A3.7a1pre&signature=nsHtml5TreeOpExecutor%3A%3AExecuteScript%28%29
Bugzilla tab
Where another style is overwriting the text-decoration...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 6•16 years ago
|
||
another example http://crash-stats.mozilla.com/report/list?product=SeaMonkey&product=Thunderbird&query_search=signature&query_type=contains&query=morkRow&date=&range_value=4&range_unit=weeks&do_query=1&signature=morkRowObject%3A%3ACloseRowObject%28morkEnv*%29
And something weird ... just minutes ago 408090 was not struck out first couple times I ran this http://crash-stats.mozilla.com/query/query?product=SeaMonkey&product=Thunderbird&version=ALL%3AALL&date=&range_value=4&range_unit=weeks&query_search=signature&query_type=contains&query=morkRow&do_query=1 But in my last attempt it is struck out (but not for the results example cited above). So what changed? I updated bug 408090, but the bug summary wasn't touched.
Comment 7•16 years ago
|
||
(In reply to comment #6)
If you hadn't done a hard refresh, the CSS may have been cached.
Comment 8•16 years ago
|
||
Please test on stage. I believe this is all fixed.
Top Crash
https://crash-stats.stage.mozilla.com/topcrasher/byversion/Firefox/3.5.3
List of Crashes by Signature
https://crash-stats.stage.mozilla.com/report/list?range_value=2&range_unit=weeks&signature=NPFFAddOn.dll%400x11867&version=Firefox%3A3.5.3
Search Results
https://crash-stats.stage.mozilla.com/query/query?version=ALL%3AALL&date=&range_value=1&range_unit=weeks&query_search=signature&query_type=exact&query=NPFFAddOn.dll%400x11867&do_query=1
Crash Details
https://crash-stats.stage.mozilla.com/report/index/8bf1e883-cf69-4583-8e07-059bf2091111
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.1
| Assignee | ||
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•