-
Notifications
You must be signed in to change notification settings - Fork 2
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
Window controls broken in FF133 when sidebery tweak active (hide-tabs-bar.css) #8
Comments
Hello! Could you share your config? Can't seem to reproduce |
Hi, thanks for the reply. I've copied the chrome folder fresh from the git repo just now on a new profile (with no tweaks enabled) and it's happening still (FF 133.0). Not sure if it might be a linux/plasma/wayland only bug, although I'm not sure what system you're running. |
I'm running macos currently. Can you make a video with the problem? |
I've screen recorded the windows, and found something interesting. I noticed that I was able to select the window controls a little bit under where they actually are, however this only works for the close button when no other elements are in the "bookmarks bar" below it. When something is below the other window control buttons, they are able to be activated. A smaller item (i.e. fullscreen) only allowed the maximise button to be selected, while a wider one (copy/paste controls) allowed all to be activated when clicking below. I've attached 3 videos showing this here: Screencast_20241204_174115.webmScreencast_20241204_173602.webmScreencast_20241204_173654.webm |
Same issue in windows 11. |
Replacing |
There's another issue with the nav-bar in Windows when edge-sidebar is enabled. This filter in #main-window::after,
#browser::before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
pointer-events: none;
background-color: light-dark(#cdcdcd, #444) !important;
opacity: 0.3;
} Deleting |
Window controls (minimise, maximise, and close) do not function when sidebery sidebar is open and tweak enabled to hide top tab bar.
It looks like an issue with hide-tabs-bar.css as per this comment in the "main" repo for EdgyArc-fr: artsyfriedchicken#85 (comment)
The text was updated successfully, but these errors were encountered: