Closed
Bug 933443
Opened 12 years ago
Closed 12 years ago
TypeError: columns is undefined @ https://crash-stats.allizom.org/static/CACHE/js/ff532ddaa571.js:39 when no table exists
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
66
People
(Reporter: stephend, Assigned: espressive)
References
()
Details
Attachments
(2 files)
STR:
1. Load https://crash-stats.allizom.org/report/list?product=Firefox&query_search=signature&query_type=contains&reason_type=contains&date=2013-10-31&range_value=7&range_unit=days&hang_type=any&process_type=any&signature=%60anonymous+namespace%27%27%3A%3ASortComparatorFunction%3A%3Aoperator%28%29%28JS%3A%3AValue+const with the Web Console open and JS exceptions showing
2. Look in the Web Console
Actual Results:
[13:50:32.619] TypeError: columns is undefined @ https://crash-stats.allizom.org/static/CACHE/js/ff532ddaa571.js:39
| Reporter | ||
Updated•12 years ago
|
Assignee: nobody → schalk.neethling.bugs
| Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → 66
Comment 1•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/1460ccfae226d7a333e1e43265272d791b43be16
Fix Bug 933443, do not show urls table or execute JS when there are no results
https://github.com/mozilla/socorro/commit/51fc783017f51f14e677b72f70d22e13cefe6b1b
Merge pull request #1644 from ossreleasefeed/bug933443-do-not-show-table-call-tablesorter-for-no-results
Fix Bug 933443, do not show urls table or execute JS when there are no results
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•12 years ago
|
Target Milestone: 66 → 65
| Reporter | ||
Comment 2•12 years ago
|
||
Sorry, but I can still reproduce this (tried fresh browser instances/cleared cache, etc.). Reopening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Stephen Donner [:stephend] from comment #2)
> Sorry, but I can still reproduce this (tried fresh browser instances/cleared
> cache, etc.). Reopening.
Ok I see, so this is the same problem but happens on many of the tabs not just the URLs one where all the focus has been.
Updated•12 years ago
|
Target Milestone: 65 → 66
Comment 4•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/c4925f4805f3d9afad42a9cc7912fdeae7fee683
Fix Bug 933443, avoid calling tablesorter when there is no table and other ongoing cleanup
https://github.com/mozilla/socorro/commit/49f0c02ed10b4fc40f771182cef390a928c3a88a
Merge pull request #1659 from ossreleasefeed/bug933443-do-not-show-table-call-tablesorter-for-no-results
Fix Bug 933443, avoid calling tablesorter when there is no table and other ongoing cleanup
Updated•12 years ago
|
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•12 years ago
|
||
Thx; verified fixed on staging:
https://crash-stats.allizom.org/report/list?product=Firefox&query_search=signature&query_type=contains&reason_type=contains&date=2013-10-31&range_value=7&range_unit=days&hang_type=any&process_type=any&signature=%60anonymous+namespace%27%27%3A%3ASortComparatorFunction%3A%3Aoperator%28%29%28JS%3A%3AValue+const
No JS error.
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 6•12 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•