Nimbus rollout for weather location (weatherLocationSearch) should use setPref instead of fallbackPref
Categories
(Firefox :: New Tab Page, defect)
Tracking
()
People
(Reporter: maxx, Assigned: maxx)
References
(Blocks 1 open bug)
Details
(Whiteboard: [hnt])
Attachments
(3 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-release+
RyanVM
:
approval-mozilla-esr128+
|
Details | Review |
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Comment 2•1 year ago
|
||
So essentially this isn't properly hooked up to Nimbus.
It works locally when flipping the pref, which is what we mostly do when we QA.
This did not get properly hooked up in Nimbus.
We did a rollout for this, and are now noticing users are not see the location picker. Tracked it down to this pref/nimbus issue.
The fix is small.
| Assignee | ||
Comment 4•1 year ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D217289
Updated•1 year ago
|
| Assignee | ||
Comment 5•1 year ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D217289
Updated•1 year ago
|
Comment 6•1 year ago
|
||
release Uplift Approval Request
- User impact if declined: Weather feature rollout will not have location picker which could impact user experience
- Code covered by automated testing: yes
- Fix verified in Nightly: no
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: Regression testing for weather location picker. See test steps in https://bugzilla.mozilla.org/show_bug.cgi?id=1909256
- Risk associated with taking this patch: Low
- Explanation of risk level: One line change in Nimbus variable
- String changes made/needed: No
- Is Android affected?: no
Comment 7•1 year ago
|
||
Steps to test:
- Set "browser.newtabpage.activity-stream.system.showWeather" to
true - Set "browser.newtabpage.activity-stream.weather.locationSearchEnabled" to
true - Restart
- Open newtab
Expected: should see weather widget in top left, and location picket in "..." menu.
Comment 8•1 year ago
|
||
beta Uplift Approval Request
- User impact if declined: Weather feature rollout will not have location picker which could impact user experience
- Code covered by automated testing: yes
- Fix verified in Nightly: no
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: Regression testing for weather location picker. See test steps in https://bugzilla.mozilla.org/show_bug.cgi?id=1909256
- Risk associated with taking this patch: Low
- Explanation of risk level: One line change in Nimbus variable
- String changes made/needed: No
- Is Android affected?: no
Updated•1 year ago
|
Updated•1 year ago
|
Comment 10•1 year ago
|
||
Comment on attachment 9414169 [details]
Bug 1909256 - Update FeatureManifest weatherLocationSearch to use setPref instead of fallbackPref r?#home-newtab-reviewers
Approved for 128.1esr.
Updated•1 year ago
|
Comment 11•1 year ago
|
||
| uplift | ||
Comment 12•1 year ago
|
||
| bugherder | ||
Comment 13•1 year ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 14•1 year ago
|
||
| uplift | ||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 15•1 year ago
|
||
Reproduced the issue on Firefox nightly 130.0a1 from 2024.07.22, verified across platforms (Windows 10, macOS 10.15 and on Ubuntu 22) with steps form comment 7, on latest nightly 135.0a1, build from 2024.12.04 and on Firefox 134.0b4, now the weather feature have the location picker. Tested across platforms with Fx128, Fx129, Fx130 and Firefox 128esr versions, the weather feature have location picker.
Description
•