Closed
Bug 2021055
Opened 2 months ago
Closed 2 months ago
trainhopConfig value overrides weather.display value when set by a user
Categories
(Firefox :: New Tab Page, task)
Firefox
New Tab Page
Tracking
()
RESOLVED
FIXED
150 Branch
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: maxx, Assigned: maxx)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
STR:
- Install Nimbus devtools
- Enroll in the following via
newtabConfig:
{
"type": "multi-payload",
"payload": [
{
"type": "widgets",
"payload": {
"enabled": true,
"weatherForecastEnabled": true
}
},
{
"type": "weather",
"payload": {
"enabled": true,
"display": "detailed",
"reportEndpoint": "https://merino.services.mozilla.com/api/v1/suggest",
"hourlyEndpoint": "https://merino.services.mozilla.com/api/v1/weather/hourly-forecasts"
}
}
]
}
- Open a new tab
- Expected: The weather widget should be visible/working
- Click the "..." context menu on the Weather Forecast widget
- Click the "Switch to simple view" button
- Expected: The widget switches to "mini" mode and moves from the widget row to the top-right corner
- Actual: Nothing happens.
| Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → mcrawford
Status: NEW → ASSIGNED
Pushed by sdowne@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/f856cb35fbcc
https://hg.mozilla.org/integration/autoland/rev/172154e84db6
Add logic to respect user-choice prefs for weather.display pref r=home-newtab-reviewers,thecount
Pushed by abutkovits@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/22d04b52b0eb
https://hg.mozilla.org/mozilla-central/rev/1d592808e38f
Add logic to respect user-choice prefs for weather.display pref r=home-newtab-reviewers,thecount
Comment 4•2 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox150:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 150 Branch
Comment 5•2 months ago
|
||
| bugherder | ||
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c151/b150]
You need to log in
before you can comment on or make changes to this bug.
Description
•