MaterialFox
MaterialFox copied to clipboard
[Bug] Urlbar constantly expanding and shrinking on typing.
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
System info
- OS: Windows 10
- Firefox version: 75
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.
https://lifehacker.com/how-to-disable-firefox-75s-new-address-bar-1842728031 this should do it.
I only changed browser.urlbar.openViewOnFocus to false and it was enough.
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:
Dup #237 has some good videos so referencing it here.
Should be fixed. position: relative
was causing some odd behaviour. Can't guarantee this will work properly with non-default about:config urlbar tweaks.