The Search Tips are displayed when the check for the Default Browser modal window is displayed
Categories
(Firefox :: Address Bar, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox79 | --- | unaffected |
firefox80 | --- | unaffected |
firefox81 | --- | affected |
People
(Reporter: rdoghi, Unassigned)
Details
Attachments
(1 file)
68.68 KB,
image/png
|
Details |
[Environment:]
Windows 10
Mac 10.14
[Versions:]
81.0a1 (2020-08-18)
[Steps:]
Open Firefox with a new profile && browser is not default.
Enable browserconsole.
Open browser console and use the following snippet to modify the profile age:
(async function() { let { ProfileAge } = ChromeUtils.import("resource://gre/modules/ProfileAge.jsm"); let age = await ProfileAge(); age._times = { firstUse: 1368255600000, created: 1368255600000 }; await age.writeTimes(); })();
Close the browser console.
Close and reopen the browser.
[Expected Result:]
The Check for Default Browser modal windows should block the Search Tips.
[Actual Result:]
The Search tips are displayed when the check for default browser modal is displayed.
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Comment 1•4 years ago
|
||
Might be related to Bug 1622195.
Comment 2•4 years ago
|
||
Thanks, but this is unrelated to the search mode/search shortcuts feature.
Description
•