Closed
Bug 896681
Opened 12 years ago
Closed 12 years ago
bug column in topcrasher page no longer abbreviated
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: rhelmer, Unassigned)
Details
In the PHP version of crash-stats, the topcrasher "Bugzilla IDs" column truncated the list of bugs at no more than 3 per row, e.g.:
839805, 877629, 805406, ...
The django version does not do this, so we end up with an inconsistent height for each row. Since the full bug list (with links and summary) are shown on mouse-over, there's no reason not to truncate this on the django version too.
Comment 1•12 years ago
|
||
I prefer the current way because it allows you to search a bug. Try to find bug 812186 in https://crash-stats-php.mozilla.org/topcrasher/byversion/Firefox/22.0, there's no result while there's one with https://crash-stats.mozilla.com/topcrasher/products/Firefox/versions/22.0
Comment 2•12 years ago
|
||
:Scoobidiver, shall we resolve worksforme then? Considering that this is one of those unusually fortunate forms of regressions where things get better :)
Comment 3•12 years ago
|
||
(In reply to Peter Bengtsson [:peterbe] from comment #2)
> :Scoobidiver, shall we resolve worksforme then?
Yes.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
![]() |
||
Comment 4•12 years ago
|
||
I consider the django variant a feature as well and not a bug, it's handy to see all the bugs listed there. I don't see any reason to "fix" this.
You need to log in
before you can comment on or make changes to this bug.
Description
•