Open Bug 1659743 Opened 4 years ago Updated 4 years ago

The Search Tips are displayed when the check for the Default Browser modal window is displayed

Categories

(Firefox :: Address Bar, defect, P3)

Desktop
Windows 10
defect
Points:
2

Tracking

()

Tracking Status
firefox79 --- unaffected
firefox80 --- unaffected
firefox81 --- affected

People

(Reporter: rdoghi, Unassigned)

Details

Attachments

(1 file)

Attached image 2020-08-18_17h03_03.png

[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.

Blocks: 1659027

Might be related to Bug 1622195.

Thanks, but this is unrelated to the search mode/search shortcuts feature.

Severity: -- → S3
Points: --- → 2
Priority: -- → P3
No longer blocks: 1659027
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: