為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

search in address bar cannot be disabled

  • 10 回覆
  • 7 有這個問題
  • 1 次檢視
  • 最近回覆由 jlj747

more options

Since I updated to 43.0.4 I cannot disable the search from the location / address bar. I've checked and unchecked the "Show search suggestions in location bar results" button several times, closed preferences, closed Firefox... I don't want to search from the address bar, as it makes navigating with the keyboard rather awkward.

Thanks in advace for fixing this bug!

Since I updated to 43.0.4 I cannot disable the search from the location / address bar. I've checked and unchecked the "Show search suggestions in location bar results" button several times, closed preferences, closed Firefox... I don't want to search from the address bar, as it makes navigating with the keyboard rather awkward. Thanks in advace for fixing this bug!

被選擇的解決方法

Hello ditaviz, try the next :

  1. In the Location bar, type about:config and press Enter. The about:config "This might void your warranty!" warning page may appear.
  2. Click I'll be careful, I promise! to continue to the about:config page.
  3. copy and paste in the search field the next bold browser.urlbar.unifiedcomplete
  4. double-click on it, to make it false
  5. close the about:config tab, exit firefox and restart it.

thank you

從原來的回覆中察看解決方案 👍 3

所有回覆 (10)

more options

選擇的解決方法

Hello ditaviz, try the next :

  1. In the Location bar, type about:config and press Enter. The about:config "This might void your warranty!" warning page may appear.
  2. Click I'll be careful, I promise! to continue to the about:config page.
  3. copy and paste in the search field the next bold browser.urlbar.unifiedcomplete
  4. double-click on it, to make it false
  5. close the about:config tab, exit firefox and restart it.

thank you

more options

Do you still want to see other suggestions (bookmarks, history)?

The location bar drop-down list can show history items, bookmarked pages, pages opened in tabs, and search suggestions. You can set what suggestions show when you enter an URL in the location/address bar bar via Tools > Options > Privacy

  • Location Bar: When using the location bar, suggest:
    History
    Bookmarks
    Open tabs
more options

@ cor-el: thanks, but the problem was that setting the preferences in the preferences pane did not give any results. Anyhow, I wanted to keep all those (History, Bookmarks and Opentabs) but remove the Search option (as in the function of the Search field, i.e. it would search with my chosen search engine, as in e.g. Safari).

@ ideato: thanks! it worked like a charm (and now I'm drooling over all the other possibilities...!)

more options

If you go to Tools - Options - Privacy then where you see Location Bar there are the 3 boxes that you can uncheck.

I have unchecked those boxes but they keep getting populate after FF is shutdown and reopened.

Does anyone else see this problem? How can I fix this problem?

Note: The following is set to false browser.urlbar.unifiedcomplete = false

Firefox 48.0 b1

more options

Note that support for browser.urlbar.unifiedcomplete will be removed in Firefox 49.

  • Bug 1223728 - Remove the unifiedcomplete pref and the urlinline component
more options

Thanks.

Does that mean the awesome bar or Location bar as it is now will no longer be a part of FF?

If so great.

more options

No, this simply means that you can no longer set the pref to false to remove the visit item from the autocomplete drop-down list and you would have to use code in userChrome.css.

  • [/questions/]: Remove "... - Visit" and "Search with ..." entries in location bar
more options

cor-el said

No, this simply means that you can no longer set the pref to false to remove the visit item from the autocomplete drop-down list and you would have to use code in userChrome.css.
  • [/questions/]: Remove "... - Visit" and "Search with ..." entries in location bar

Thanks for the clarification.

more options

You're welcome.

If you do not keep changes after a restart or otherwise have problems with preferences, see:

more options

cor-el said

You're welcome. If you do not keep changes after a restart or otherwise have problems with preferences, see:

Thanks, I will check that out.