MaterialFox icon indicating copy to clipboard operation
MaterialFox copied to clipboard

[Bug] Urlbar constantly expanding and shrinking on typing.

Open LouShy opened this issue 4 years ago • 6 comments

Sanity checks (must complete)

  • [x] I have read and followed the installation instructions in the README
  • [x] I have not modified the userChrome.css file
  • [x] I have tested the latest release for my Firefox version, or commit on master/beta branch (beta is for Firefox Beta only)

Describe the bug Urlbar is changing width while typing.

Screenshots KmSceMSac8

System info

  • OS: Windows 10
  • Firefox version: 75

LouShy avatar Apr 12 '20 16:04 LouShy

We briefly discussed this very issue in #207.

The workaround we find waiting for a proper fix is to disable flexible spacer next to the urlbar.

Aire-One avatar Apr 14 '20 18:04 Aire-One

https://lifehacker.com/how-to-disable-firefox-75s-new-address-bar-1842728031 this should do it.

SaucySauce avatar Apr 15 '20 20:04 SaucySauce

I only changed browser.urlbar.openViewOnFocus to false and it was enough.

SaucySauce avatar Apr 15 '20 20:04 SaucySauce

Can confirm, the problem is only present with flexible spacers in the nav bar. If you're ok with it, remove these and the urlbar will stop expanding. If you really need those spacers, you'll need to wait for a fix. I tried the suggested browser.urlbar.openViewOnFocus = false workaround but the problem persists for me. This config setting only changes the behaviour of when the urlbar view pops up. On focus is the new default and disabling this still makes it pop up while typing.

To remove the spacers, do the following: image image

muckSponge avatar Apr 16 '20 02:04 muckSponge

Dup #237 has some good videos so referencing it here.

muckSponge avatar Aug 02 '20 03:08 muckSponge

Should be fixed. position: relative was causing some odd behaviour. Can't guarantee this will work properly with non-default about:config urlbar tweaks.

muckSponge avatar Aug 02 '20 04:08 muckSponge