Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

How to stop expanded search box in 77.0.1?

  • 6 odpowiedzi
  • 2 osoby mają ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź 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?

Wybrane rozwiązanie

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.
Przeczytaj tę odpowiedź w całym kontekście 👍 1

Wszystkie odpowiedzi (6)

more options

Wybrane rozwiązanie

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.