Closed
Bug 562380
Opened 15 years ago
Closed 14 years ago
Unable to sort results table by "Plugin Filename" when doing an advanced search
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
1.7.8
People
(Reporter: christian, Assigned: brandon)
References
()
Details
Attachments
(3 files)
When sorting after doing an advanced query:
http://crash-stats.stage.mozilla.com/query/query?version=ALL%3AALL&range_value=1&range_unit=weeks&date=04%2F27%2F2010+17%3A17%3A10&query_search=signature&query_type=exact&query=&build_id=&process_type=plugin&plugin_field=filename&plugin_query_type=exact&plugin_query=&do_query=1
Clicking on the "Plugin Filename" column header doesn't actually sort the table.
Comment 1•15 years ago
|
||
This bug reproduces in production also.
Comment 2•14 years ago
|
||
new query that shows the problem. old one was broken
https://crash-stats.mozilla.com/query/query?query_search=signature&query_type=exact&query=&build_id=&process_type=plugin&plugin_field=filename&plugin_query_type=exact&plugin_query=&do_query=1
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → bsavage
| Assignee | ||
Comment 4•14 years ago
|
||
This bug was caused by the fact that the column is being treated as a numeric column in all instances; however, in cases where the user views plugin-based crashes, the column is used to show the DLL file involved in the crash. Because there was no obvious impact by removing the number-only designation, and this fixed the issue, I removed the designation.
Attachment #529717 -
Flags: review?(rhelmer)
Updated•14 years ago
|
Flags: in-testsuite?
Flags: in-litmus?
Updated•14 years ago
|
Attachment #529717 -
Flags: review?(rhelmer) → review+
| Assignee | ||
Comment 5•14 years ago
|
||
Fixed in revision 3144.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 6•14 years ago
|
||
Status: RESOLVED → VERIFIED
Comment 7•14 years ago
|
||
Comment 8•14 years ago
|
||
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Updated•14 years ago
|
Component: General → Webapp
Updated•14 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•