Open 117649 opened 1 year ago
@-moz-document url(chrome://browser/content/browser.xhtml)
{
@media (-moz-bool-pref: "userChrome.autohide.tabbar") and (-moz-bool-pref: "userChrome.autohide.navbar") and (-moz-bool-pref: "userChrome.autohide.navbar") and (not (-moz-bool-pref: "userChrome.tabbar.one_liner")),
(-moz-bool-pref: "userChrome.autohide.tabbar") and (-moz-bool-pref: "userChrome.tabbar.one_liner") and (-moz-bool-pref: "userChrome.autohide.navbar") and (not (-moz-bool-pref: "userChrome.tabbar.one_liner")),
(-moz-bool-pref: "userChrome.autohide.navbar") and (-moz-bool-pref: "userChrome.autohide.navbar") and (-moz-bool-pref: "userChrome.autohide.navbar") and (not (-moz-bool-pref: "userChrome.tabbar.one_liner")),
(-moz-bool-pref: "userChrome.autohide.navbar") and (-moz-bool-pref: "userChrome.tabbar.one_liner") and (-moz-bool-pref: "userChrome.autohide.navbar") and (not (-moz-bool-pref: "userChrome.tabbar.one_liner")) {
#nav-bar:not([customizing]) toolbarspring {
visibility: collapse;
}
#navigator-toolbox:is(:hover, :focus-within)
#nav-bar:not([customizing])
toolbarspring {
visibility: visible;
}
}
}
Found out this style can fix it @black7375.
Describe the bug
When using auto hide nav bar click on place on the view port where the flexible spacer should be when the nav bar is expanded will also be count as click on the tittle bar.
Expected behavior
No response
Screenshots
When right click on the place where the flexible spacer is when nav bar is expanded you can see tittle bar context menu is opened behind page context menu. Double click on the area will cause FF window to change its size too.
OS
Windows 10
OS - Others
No response
Firefox Version
119.0.1
Distribution
Theme
Theme - More Info
No response
user.js
setupuser.js
setup```javascript // Your settings ```
Additional context
No response