The “Show less frequently” option is not removed from the Feedback menu if the Address Bar panel is not closed after reaching the frequency cap
Categories
(Firefox :: Address Bar, defect, P1)
Tracking
()
People
(Reporter: cfat, Assigned: adw)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-beta+
|
Details |
[Affected versions]:
- Firefox Nightly 115.0a1 (Build ID: 20230511213213)
- Firefox Beta 114.0b3 (Build ID: 20230511191645)
[Affected Platforms]:
- Windows 10 x64
- Linux Ubuntu 20.04 x64
- macOS 12.4
[Prerequisites]:
- Have a VPN client connected to a US server ( make sure the
browser.search.region
pref is set accordingly). - Have the Firefox Nightly 115.0a1 or Beta 114.0b3 installed.
- Set the following prefs:
browser.urlbar.weather.featureGate
=true
(Windows only)browser.urlbar.weather.ignoreVPN
=true
[Steps to reproduce]:
- Open the browser from the prerequisites.
- Type the “weather” string in the Address Bar.
- Click the Feedback button.
- Click the “Show less frequently” option.
- Repeat steps 3 and 4 for at least 2 more times.
- Click the Feedback button.
- Observe the menu options.
[Expected result]:
- The “Show less frequently” option is no longer available.
[Actual result]:
- The “Show less frequently” option remains displayed.
[Notes]:
- The “Show less frequently” option is removed if the Address Bar panel is closed and reopened after following the STR.
- The
firefox-suggest-weather-command-show-less-frequently
telemetry probe value is incremented each time the “Show less frequently” option is clicked - since the frequency option should be removed from the menu after 3 clicks, the behavior from the report could lead to gathering a number of unnecessary additional probes. - Here is the screen recording of the issue.
Assignee | ||
Updated•1 years ago
|
Assignee | ||
Comment 1•1 years ago
|
||
Comment 3•1 years ago
|
||
bugherder |
Comment 4•1 years ago
|
||
The patch landed in nightly and beta is affected.
:adw, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox114
towontfix
.
For more information, please visit BugBot documentation.
Assignee | ||
Updated•1 years ago
|
Assignee | ||
Comment 5•1 years ago
|
||
Comment on attachment 9333455 [details]
Bug 1832826 - Add a way to invalidate cached result menu commands and use it when the weather min keyword length cap is reached.
Beta/Release Uplift Approval Request
- User impact if declined: This bug is necessary for the Firefox Suggest weather suggestion feature we intend to ship in 114.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: Should be clear from comment 0
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): The patch is small, only affects the weather suggestion which is not enabled by default, and has tests.
- String changes made/needed:
- Is Android affected?: No
Updated•1 years ago
|
Reporter | ||
Comment 6•1 years ago
|
||
We have verified this issue on the latest Firefox Nightly 115.0a1 (Build ID: 20230518213154) on Windows 10 x64, macOS 12.6.1, and Ubuntu 20.04 x64.
- The “Show less frequently” option is no longer available when opening the Feedback menu button after reaching the frequency cap and the Address Bar results panel remains open.
Comment 7•1 years ago
|
||
Comment on attachment 9333455 [details]
Bug 1832826 - Add a way to invalidate cached result menu commands and use it when the weather min keyword length cap is reached.
Approved for 114.0b7.
Comment 8•1 years ago
|
||
bugherder uplift |
Reporter | ||
Comment 9•1 years ago
|
||
We have verified this issue on the latest Firefox Beta 114.0b7 (Build ID: 20230521180321) on Windows 10 x64, macOS 12.6.1, and Ubuntu 20.04 x64.
- The “Show less frequently” option is no longer available when opening the Feedback menu button after reaching the frequency cap and the Address Bar results panel remains open.
Description
•