Closed
Bug 1651185
Opened 5 years ago
Closed 5 years ago
about:studies is blank: Uncaught TypeError: can't access property "slice", study.userFacingName is undefined
Categories
(Firefox :: Messaging System, defect, P1)
Firefox
Messaging System
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | unaffected |
firefox77 | --- | unaffected |
firefox78 | --- | unaffected |
firefox79 | --- | verified |
firefox80 | --- | verified |
People
(Reporter: cpeterson, Assigned: andreio)
Details
(Keywords: regression)
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
My about:studies page is blank in my regular user profile (80 Nightly), but not in a clean user profile. yoasif reported seeing the same problem.
I see the following JavaScript error in the web console:
Uncaught TypeError: can't access property "slice", study.userFacingName is undefined
render resource://normandy-content/about-studies/about-studies.js:282
_renderValidatedComponentWithoutOwnerOrContext resource://normandy-vendor/ReactDOM.js:18
_renderValidatedComponent resource://normandy-vendor/ReactDOM.js:18
performInitialMount resource://normandy-vendor/ReactDOM.js:18
mountComponent resource://normandy-vendor/ReactDOM.js:18
mountComponent resource://normandy-vendor/ReactDOM.js:5
mountChildren resource://normandy-vendor/ReactDOM.js:18
_createInitialChildren resource://normandy-vendor/ReactDOM.js:18
mountComponent resource://normandy-vendor/ReactDOM.js:18
mountComponent resource://normandy-vendor/ReactDOM.js:5
mountChildren resource://normandy-vendor/ReactDOM.js:18
_createInitialChildren resource://normandy-vendor/ReactDOM.js:18
mountComponent resource://normandy-vendor/ReactDOM.js:18
mountComponent resource://normandy-vendor/ReactDOM.js:5
performInitialMount resource://normandy-vendor/ReactDOM.js:18
mountComponent resource://normandy-vendor/ReactDOM.js:18
mountComponent resource://normandy-vendor/ReactDOM.js:5
mountChildren resource://normandy-vendor/ReactDOM.js:18
_createInitialChildren resource://normandy-vendor/ReactDOM.js:18
mountComponent resource://normandy-vendor/ReactDOM.js:18
mountComponent resource://normandy-vendor/ReactDOM.js:5
_updateRenderedComponent resource://normandy-vendor/ReactDOM.js:18
_performComponentUpdate resource://normandy-vendor/ReactDOM.js:18
updateComponent resource://normandy-vendor/ReactDOM.js:18
performUpdateIfNecessary resource://normandy-vendor/ReactDOM.js:18
performUpdateIfNecessary resource://normandy-vendor/ReactDOM.js:5
i resource://normandy-vendor/ReactDOM.js:5
perform resource://normandy-vendor/ReactDOM.js:5
perform resource://normandy-vendor/ReactDOM.js:5
perform resource://normandy-vendor/ReactDOM.js:5
v resource://normandy-vendor/ReactDOM.js:5
closeAll resource://normandy-vendor/ReactDOM.js:5
perform resource://normandy-vendor/ReactDOM.js:5
batchedUpdates resource://normandy-vendor/ReactDOM.js:18
d resource://normandy-vendor/ReactDOM.js:5
o resource://normandy-vendor/ReactDOM.js:18
enqueueSetState resource://normandy-vendor/ReactDOM.js:18
setState resource://normandy-vendor/React.js:5
handleEvent resource://normandy-content/about-studies/about-studies.js:66
I think this is a regression from bug 1624728.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → andrei.br92
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by aoprea@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/378336e0a2eb
Fallback content for about:studies experiments without proper description r=k88hudson
Assignee | ||
Updated•5 years ago
|
Iteration: --- → 80.1 - June 29 - July 12
Priority: -- → P1
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 80
Updated•5 years ago
|
Comment 4•5 years ago
|
||
Comment on attachment 9162446 [details]
Bug 1651185 - Fallback content for about:studies experiments without proper description
Needed for bug 1624728. Approved for 79.0b7.
Attachment #9162446 -
Flags: approval-mozilla-beta+
Comment 5•5 years ago
|
||
bugherder uplift |
Comment 6•5 years ago
|
||
I have verified that this issue is no longer reproducible with the latest Firefox Nightly (80.0a1 Build ID - 20200716212737) and the latest Firefox Beta (79.0b9 Build ID - 20200717001501) installed, on Windows 10 x64, Ubuntu 18.04 x64 and Mac 10.15. Now, the enrolled studies are correctly displayed in the "about:studies" page.
Updated•5 years ago
|
Has Regression Range: --- → yes
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•