-
-
Notifications
You must be signed in to change notification settings - Fork 649
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
Status bar showing on fullscreen Firefox videos #170
Comments
Upon further investigation, this culprit appears to be 49a1494 Reverting this value back to But unfortunately, when changing this value back to I'm not 100% sure if fixing both issues is possible as I don't have a good enough understanding of the codebase. |
This isn't much to do with codebase, but more with how macOS window ordering/layering work. As far as I know there is no way to fix both of these issues. |
That's a real shame, I haven't had that many run-ins with #124, so I think I'll stick to having it set to 4. |
I agree that this issue is more annoying/breaking than the other, reverted to 4. |
Cool |
Here's another workaround that should work without reverting the behaviour: When a window is resized and its frame is equal to the frame of the display its on, make the window appear topmost. Undo this when the window is resized back. |
I don't think doing that is worth it. Having the statusbar not being topmost is not a be a big deal, as windows are padded by that height anyway. |
As you can see, I have made this video fullscreen, and the status bar still shows.
I'm certain this is not intended behavior. Furthermore, when making Firefox natively fullscreen with the green button the status bar hides. This behavior occurs on master.
The text was updated successfully, but these errors were encountered: