Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Fungování této stránky je z důvodu údržby dočasně omezeno. Pokud žádný článek nápovědy nevyřeší váš problém a potřebujete se zeptat na další řešení, napište nám na Twitter @FirefoxSupport nebo Reddit /r/firefox.

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

How to stop expanded search box in 77.0.1?

  • 6 odpovědí
  • 2 mají tento problém
  • 1 zobrazení
  • Poslední odpověď od dcoo1

more options

I find the expanded search bar annoying and unhelpful. I went through the same thing with 75.0 and got a fix for it.

This was it -

go to about:config and tweak these settings

browser.urlbar.openViewOnFocus browser.urlbar.update1 browser.urlbar.update1.interventions browser.urlbar.update1.searchTips

That does not appear to be working now.

Is there a way to revert it to how it was before?

I find the expanded search bar annoying and unhelpful. I went through the same thing with 75.0 and got a fix for it. This was it - go to about:config and tweak these settings browser.urlbar.openViewOnFocus browser.urlbar.update1 browser.urlbar.update1.interventions browser.urlbar.update1.searchTips That does not appear to be working now. Is there a way to revert it to how it was before?

Zvolené řešení

I've created some userChrome.css code to address the annoying growing and shrinking of the address bar, if that's a feature that you don't like. You can download the code from here.

If you've never used userChrome styling modifications before, refer to How to Create a userChrome.css File for more information.

Hope this helps.

NOTE: A couple of people have tried this code adn it doesn't work for them. If that's the case for you as well, I'm working on fixing it.
Přečíst dotaz v kontextu 👍 1

Všechny odpovědi (6)

more options

Zvolené řešení

I've created some userChrome.css code to address the annoying growing and shrinking of the address bar, if that's a feature that you don't like. You can download the code from here.

If you've never used userChrome styling modifications before, refer to How to Create a userChrome.css File for more information.

Hope this helps.

NOTE: A couple of people have tried this code adn it doesn't work for them. If that's the case for you as well, I'm working on fixing it.
more options

Hi dcoo1, just a footnote about the bar, not related to its appearance:

One of those four preferences still matters: browser.urlbar.openViewOnFocus determines whether the drop-down list opens automatically when the cursor moves into the address bar.

If you want a pure mouse-based solution for accessing top sites, you can set that back to true. To clean up the list, you can unpin/rearrange/pin your Top Sites on the new tab page. See: Customize your Firefox New Tab page. To switch the list to the classic Show History frequently visited URLs list, you can turn off the Top Sites section of the new tab page. See: Customize your New Tab page to hide or display content.

The other three preferences are obsolete now.

more options

Thanks for the info. Looks like there's no simple way to remove this now. It's not important enough for me to deal with style sheets, but thanks for that Wesley.

more options

Note that browser.urlbar.openViewOnFocus is gone in Firefox 78.

  • Bug 1627989 - Remove the browser.urlbar.openViewOnFocus pref
more options

cor-el said

Note that browser.urlbar.openViewOnFocus is gone in Firefox 78.
  • Bug 1627989 - Remove the browser.urlbar.openViewOnFocus pref

Firefox 78 should have a new checkbox on the Options/Preferences page, Privacy & Security panel, Address Bar section to control this automatic dropping down behavior (most likely labeled "Top Sites"). The corresponding preference is expected to be browser.urlbar.suggest.topsites (but since it's still in beta, it's subject to change).

more options

Thanks for the additional info. And good to know I'm not the only one that does not like this feature.