Closed
Bug 1619561
Opened 5 years ago
Closed 5 years ago
Search Tips are displayed when Captive Portal notification is displayed
Categories
(Firefox :: Address Bar, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | unaffected |
firefox74 | --- | disabled |
firefox75 | --- | fixed |
People
(Reporter: aflorinescu, Assigned: dao)
References
Details
Attachments
(2 files)
[Description:]
According to the experiment documentation link (uncertain if this applies to the "feature" version of Search Tips) , the Search tips should not be displayed when browser notifications are present.
[Environment:]
Windows 10, Mac 10.15.3, Ubuntu 18.04
Firefox Nightly 75.0a1 20200302212732
Firefox 74.0b9 (enabling browser.urlbar.update1.searchTips & browser.urlbar.update1)
[Preconditions:]
- Create a new profile.
- Verify that no updates have been made in the last 24h (open about:support, update folder , open folder and delete update.xml if any is listed)
- Set profile age to be older by running the following snippet in browser console: (async function() { let { ProfileAge } = ChromeUtils.import("resource://gre/modules/ProfileAge.jsm"); let age = await ProfileAge(); age._times = { firstUse: 1368255600000, created: 1368255600000 }; await age.writeTimes(); })();
- Restart browser. (session restore not enabled -> about:newtab default loaded)
- Default search is google.com.
- Wi-fi compatible device is connected to a captive portal network.
[Steps:]
- Browser is opened with the about:newtab.
[Actual Result:]
Onboarding Search Tips are displayed
[Expected Result:]
According to the experiment documentation, given the fact that the Captive Portal notification is present, the Search tips should not be displayed
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → dao+bmo
Status: NEW → ASSIGNED
Iteration: --- → 75.2 - Feb 24 - Mar 8
Points: --- → 1
Priority: -- → P1
Assignee | ||
Updated•5 years ago
|
Flags: qe-verify+
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bf8af9af8047
Don't display Search Tips when when a high-priority notification bar is present. r=harry
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
You need to log in
before you can comment on or make changes to this bug.
Description
•