Open Bug 1658620 Opened 5 years ago Updated 4 years ago

Figure out interaction between private search result and search mode

Categories

(Firefox :: Address Bar, task, P3)

task
Points:
3

Tracking

()

People

(Reporter: bugzilla, Unassigned)

References

(Blocks 1 open bug)

Details

We show a "Search in a Private Window" result when only suggestions are shown. Selecting that result opens the search term in a private window.

Currently, with the update2 pref disabled, if the user highlights that result and Alt+Tabs down to the one-offs, we open a search in a new private window:

  • with the private engine if one has been specified
  • with the selected one-off engine if the user hasn't chosen a separate private default

With update2 enabled, we enter search mode in the current window. We always enter the selected one-off engine's search mode, ignoring the separate private default. This is wrong both in that it doesn't open PBM and it might use the wrong engine.

We should probably open search mode in a new PBM window. We should preserve the user's query, and select which engine to use based off the logic in the bullet points above.

See Also: → 1657212
Severity: -- → S3

Or we should remove these results and rather provide a Private Search one-off button?

From yesterday meeting, we are still evaluating separate private default, and may disable the feature in Nightly.

Depends on: 1665301
Priority: P2 → P3

This bug is just for future reference, since private search is currently disabled. If/when we re-enable it, then we must figure out this bug.

when doing this, we should rewrite the tests in browser_separatePrivateDefault.js and browser_separatePrivateDefault_differentEngine.js

You need to log in before you can comment on or make changes to this bug.