Maximized Firefox window bleeds into other screens after exiting fullscreen on multi-monitor setups
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: lech, Unassigned)
References
Details
(Whiteboard: [CLOSEME 2010-12-01])
Comment 1•17 years ago
|
||
| Reporter | ||
Comment 2•16 years ago
|
||
Comment 3•15 years ago
|
||
| Reporter | ||
Comment 4•15 years ago
|
||
Updated•15 years ago
|
Comment 5•5 years ago
|
||
Anyone else still having this issue in v82.0.3 (like me)?
Here the maximized Firefox window on my main screen bleeds into a second screen above the primary.
The bleeding area is 8px high and entirely white (fff). It does not contain parts of the tabs which are at the top of the primary screen.
Comment 6•5 years ago
|
||
I created an account just to add a comment to this issue.
This happens to me on Windows 20H2, Firefox 83, Nvidia GeForce Game Ready Driver 457.30 (if it matters). On this PC I have my monitors stacked vertically, with a 1080p display on top of a 1440p display. This doesn't happen on my Ubuntu Linux machine running i3/nvidia-graphics-driver-450.
When Firefox is maximized on the bottom monitor (not fullscreened), there is a little bit of bleed onto the top monitor. When I enter fullscreen (F11), the bleed goes away, and if I exit fullscreen it comes back.
This behavior doesn't happen with the about:config setting browser.tabs.drawInTitlebar set to true, so if I had to guess, it's related to the custom title bar implementation - if I hover my mouse over the little black strip on the other monitor I can even grab and drag the window, so it appears that the issue is that the title bar is just a little bit too tall.
Oh, and this same bug is present in Thunderbird 78 as well.
Comment 7•5 years ago
|
||
Sorry, I made a mistake in my above comment - I meant to say that it doesn't happen with browser.tabs.drawInTitlebar set to false.
Comment 8•5 years ago
|
||
Never had this problem before, did a clean install and now i have the same problem. (Maybe it's a new nvidia driver + browser problem?)
I have the same setup as "rett gerst" a 1080p screen on top of a 1440p screen.
The fix also works, but it's not pretty.
Also it happens in Chrome and edge. Basically only browsers.
So just found this site. Having the same problem. Windows 10 latest updates, Firefox version 84.02 64 bit, when i maximize the browser it bleeds into my top monitor in a quad monitor set up. Annyoing as this happens with many applications not just Firefox
Comment 10•5 years ago
|
||
I can reproduce bleeding to top screen not only in Firefox, but also in Chrome and in Edge.
Related community report, with a good screenshot: https://answers.microsoft.com/en-us/windows/forum/all/internet-browsers-bleeding-into-top-monitor/1be22140-553d-439f-b05e-55b1c3f653cd
Comment 11•4 years ago
|
||
Same issue, Firefox 87.0 (64-bit) Win 10.0.19042 latest NVIDIA drivers.
Also appears with Edge and Chrome but to a lesser extent.
Comment 12•4 years ago
|
||
Same problem here. Very annoying. Firefox is hiding last line of my terminal window.
Can't believe this bug report is 12 years old.
Comment 13•4 years ago
|
||
Yep also having this issue in Firefox 90.0.2 with browser.tabs.drawInTitlebar set to false stopping the overlap - this would normally be hidden by the Windows task bar but many will not have this on all monitors / this becomes annoying when watching full screen videos.
See image: https://i.imgur.com/mb5Uqdj.png
Comment 14•4 years ago
|
||
This bug was opened many years ago and was actually fixed. The bug you are now seeing might be a new, separate, regression. Could you file a separate bug and add a link to it here?
Comment 15•4 years ago
|
||
To solve this bug, copy this into your userChrome.css:
:root[tabsintitlebar][sizemode="maximized"] {
appearance: -moz-win-glass;
}
Comment 16•4 years ago
|
||
I have the same problem with a setup of 2 monitors at the top and 1 at the bottom. Maximizing Firefox lets the titlebar bleed into the top two monitors.
Firefox 94.0.1 (64-bit)
Microsoft Windows [Version 10.0.19043.1288]
I can confirm that both:
- Toggling browser.tabs.drawInTitlebar to false
or - Creating a userChrome.css and toggling 'toolkit.legacyUserProfileCustomizations.stylesheets' to true (see post above)
solve the problem.
Comment 17•4 years ago
|
||
The above fix works - until I toggle fullscreen (F11) on and off, and then the dark grey strip comes back until Firefox is restarted again.
I noticed that spawning new windows from the same process shows the same behavior - grey strip is absent until fullscreen is toggled on and off.
Comment 18•3 years ago
|
||
Just reiterating that this bug is still present on Firefox 100.0.2 (64-bit). Managed to fix it by changing about:config > browser.tabs.inTitlebar to 0, although it makes a very ugly text box with the name of the current tab appear on top of the page and i'm not sure how to make it go away. Really hope they fix this soon, as this bug has been around for 13 years now.
Comment 19•3 years ago
|
||
How is this marked resolved and why is the priority trivial?
Description
•