-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'autohide_bookmarks_and_main_toolbars.css' breaks search-bar on New Tab page #441
Comments
Right, this is the same thing as 440 (urlbar having visibility: hidden) - I'll fix this shortly |
This should be fixed in 7c38557 |
With just this code in userChrome.css the urlbar renders outside interface. |
Sheesh. Seems like it's only broken in beta, but works correctly in release and nightly. What fun... |
I dunno, kinda seems that beta is currently in a funny state where urlbar bounds are not computed correctly (at least not correctly for our purposes). You can get somewhat better behavior if you add this snippet to the style Most entertainingly, toolbar heights can get wrong, but only sometimes when window is created. So if a window is affected, then web-content will partially overlap with tabs toolbar. That's like caused by some bit of javascript sometimes running a bit too late or early when window is being created. I guess chances are that something regarding this will get changed in a later beta build, I'm sort of thinking that whatever causes this style to fail here would also cause some other urlbar related issues unless fixed. |
Thank you for help, it's ok solution for me. Will wait future browser updates. |
In standard beta 133.0b2 it behaves like you described in initial message - window starts with shifted urlbar and moves to the right position with any input. And I checked that Update. And some question - is there a way to define pop up menus to prevent autohide when they opened? For example url bar stays shown when application menu, extensions, and library menus opens, but hides with downloads, extensions list (puzzle icon) and edit bookmark menus |
@zZombieBatman yeah it should be pretty safe to remove those @PavloVinnyk The panels actually should have been preventing toolbars from hiding this whole time, but apparently I have just had them do that when hovered - I'll fix that soon. |
On the new tabs page there is a search-bar that when typed into it will normally send your input to the URLbar, but when the navBar is hidden due to the autohide, it won't send that input over to it at all.
The text was updated successfully, but these errors were encountered: