Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

How to stop expanded search box in 77.0.1?

  • 6 respostas
  • 2 têm este problema
  • 1 exibição
  • Última resposta de 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?

Solução escolhida

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.
Ler esta resposta 👍 1

Todas as respostas (6)

more options

Solução escolhida

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.