-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
Autohidden toolbars activated by mouse near top of webpage #501
Comments
Has confirmed. It was quite uncomfortable. |
The patch fixes it for me. I tested with multiple different combinations of autohide settings. Great work! |
Unfortunately, this still happens over Developer Tools when they are open on the side |
I'll check it around the weekend. |
Can you guys cross check this , @black7375 @loquinator3000 .
|
It seems to work well in my environment, but there is a little complicated side, so I will try to reproduce the complete environment on weekends. autohide-all.mp4autohide-with-hidden.mp4 |
Describe the bug
Toolbars set to autohide (
userChrome.autohide.tabbar = true
,userChrome.autohide.navbar = true
, and/oruserChrome.autohide.bookmarkbar = true
) activate when the mouse is near the top of the webpage, making it very difficult or impossible to click anything in that top strip of the webpage.Expected behavior
The autohidden toolbars should only activate when the mouse is over other, non-auto-hidden toolbars above the webpage, to avoid getting in the way when trying to click something at the top of the webpage. When tabbar, navbar, and bookmarks bar are all set to autohide, there is still a 1-pixel wide strip at the top of the window that can be sensitive to mouseovers while not interfering with the displayed webpage.
Screenshots
autohide.webm
Environment:
Additional context
Tested on new profiles with new installations of all three Lepton distributions, nothing changed other than the settings mentioned above. The video shows the result with
userChrome.autohide.toolbar_overlap = true
as well, but this occurs regardless of what that is set to.The text was updated successfully, but these errors were encountered: