browser.urlbar.suggest.searches = false stopped working
Categories
(Firefox :: Address Bar, defect)
Tracking
()
People
(Reporter: pxy4cc, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0
Steps to reproduce:
set browser.urlbar.suggest.searches=false
Restart Firefox,.
Actual results:
when typing in address bar, still get suggestion for google or amazon.
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Please attach a screenshot of the results you see. Also, you can control everything from about:preferences, no need to touch raw prefs.
(In reply to Marco Bonardo [::mak] from comment #1)
Please attach a screenshot of the results you see. Also, you can control everything from about:preferences, no need to touch raw prefs.
please check the screenshot, it seem markdown is not working
Comment 4•6 years ago
|
||
What you see is the expected behavior, browser.urlbar.autocomplete.enabled pref is no more used, per bug 1502392.
If you don't want to search in any case you can set keyword.enabled to false, if you want to not show the popup at all then you need a userChrome.css hack.
Comment 5•6 years ago
|
||
And to clarify further, browser.urlbar.suggest.searches only controls search suggestions, not the "search with" entry (that is pretty much just an action row showing you what happens when you press enter)
(In reply to Marco Bonardo [::mak] from comment #5)
And to clarify further, browser.urlbar.suggest.searches only controls search suggestions, not the "search with" entry (that is pretty much just an action row showing you what happens when you press enter)
Thanks
I don't understand how it works here, but for me, it seems firefox just removed this feature as one develop doesn't like it..
Firefox is trying to remove all good features, it's sad. Use css to control Firefox is too hard for most users.
Comment 7•6 years ago
|
||
It's not matter of one developer, things are discussed in a team, and are usually removed when the cost of mantaining them overweights the benfit of having them. This code was creating dangerous complications where a user could have end up with a non-working address bar on Sync connected devices, and no way to re-enable it through preferences, that risk was too high for a non-exposed preference, so we preferred to remove it. the Firefox team is small compared to the other browsers teams, thus we must streamline the code and processes as far as possible, that also involves removing risks and footguns.
Description
•