Closed
Bug 1198723
Opened 9 years ago
Closed 9 years ago
Search suggestions prompt appears even if the option is already selected in about:preferences#search
Categories
(Firefox :: Settings UI, defect, P4)
Tracking
()
VERIFIED
FIXED
Firefox 43
Tracking | Status | |
---|---|---|
firefox43 | --- | verified |
People
(Reporter: phorea, Assigned: adw)
References
Details
(Whiteboard: [suggestions][fxsearch])
Attachments
(1 file)
5.46 KB,
patch
|
mak
:
review+
|
Details | Diff | Splinter Review |
Reproduced with Dev Edition 42.0a2 and Nightly 43.0a1 2015-08-25 under Ubuntu 14.04 x86, Mac OS X 10.9.5 and Win 10 x64.
Steps to reproduce:
1. Open Firefox with a clean profile
-- Set browser.urlbar.unifiedcomplete to true in Dev Edition
2. Go to about:preferences#search and tick the check box "Show search suggestions in location bar results"
3. Start typing in the url bar
Actual results:
The search suggestions prompt is displayed.
Expected results:
The prompt shouldn't be shown anymore; the user already made this choice.
Note: Also, if the user selects Yes to see the search suggestions, and then modifies browser.urlbar.userMadeSearchSuggestionsChoice to false, the checkbox remains ticked.
Comment 1•9 years ago
|
||
not critical, the case of user setting the pref before entering anything in the urlbar should be rare enough.
Flags: firefox-backlog+
Priority: -- → P3
Whiteboard: [suggestions][fxsearch]
Updated•9 years ago
|
Rank: 35
Updated•9 years ago
|
Rank: 35 → 40
Priority: P3 → P4
Assignee | ||
Comment 2•9 years ago
|
||
This makes the _userMadeSearchSuggestionsChoice field equal to userMadeSearchSuggestionsChoice || suggest.searches. It still sets userMadeSearchSuggestionsChoice=true when you opt in or out, but now it can also be the case that !userMadeSearchSuggestionsChoice but suggest.searches implies that you made a choice.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=56b54161038e
Updated•9 years ago
|
Attachment #8660960 -
Flags: review?(mak77) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Comment 4•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
Reporter | ||
Comment 5•9 years ago
|
||
Verified as fixed using Dev Edition 43.0a2 2015-09-23, Win 7 and Mac OS X 10.9.5.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•