[Win7] Close button is not aligned with minimize and maximize in fullscreen mode
Categories
(Firefox :: Theme, defect)
Tracking
()
People
(Reporter: mvocom, Assigned: Gijs)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:74.0) Gecko/20100101 Firefox/74.0
Steps to reproduce:
Press F11.
Hover over the top to show the Close/Minimize buttons.
Press the Full-Screen button on YouTube player.
Hover over the top to show ".pointerlockfswarning".
Actual results:
The Close button is 2px down and not aligned with the other buttons.
https://i.postimg.cc/gjzyKw78/1.png
The Full-Screen warning is cut off at the top
https://i.postimg.cc/6pfvM6dh/2.png.
Comment 1•5 years ago
|
||
Hi Yaron,
I can also reproduce point 1 on all latest Firefox versions only on WIndows 7.
I can't reproduce the one with youtube, could you please mention which locale you are using?
Hello Timea,
Thank you for confirming.
I'm using FF Hebrew.
Assignee | ||
Comment 3•5 years ago
|
||
regression window is https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=d0d2e0f4b33cd28bc05c353c185873256f7f926e&tochange=7c96ad3ab6731287646616610e159447c69d6beb , so probably bug 1484422 broke the button thing.
Timea, can you confirm if you can repro the fullscreen warning issue with a Hebrew copy of Firefox, and if so, can you please file a separate bug for that (please CC the reporter and needinfo me), ideally also checking if that reproduces on Windows 8 or 10? If we could have a ballpark idea of when it regressed that would also be useful, as well as whether this happens only with youtube or with any in-page-triggered (ie DOM) fullscreen content.
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 6•5 years ago
|
||
The component has been changed since the backlog priority was decided, so we're resetting it.
For more information, please visit auto_nag documentation.
Comment 7•5 years ago
|
||
bugherder |
Comment 9•5 years ago
•
|
||
Still can't reproduce the youtube one, checked latest Nightly with HE locale and Release 74 with the same locale...
Yaron, is that happening to all youtube videos? Could you share here one video where you see the issue?
Also, verified the fix in the latest Nightly (US and HE) (2020-03-22) on Windows 7 x64.
Assignee | ||
Comment 10•5 years ago
|
||
(In reply to Timea Cernea [:tbabos] from comment #9)
Still can't reproduce the youtube one, checked latest Nightly with HE locale and Release 74 with the same locale...
Yaron, is that happening to all youtube videos? Could you share here one video where you see the issue?
Perhaps this only happens with some DPI or font settings? Yaron, any changes/customizations there, perhaps?
Reporter | ||
Comment 11•5 years ago
|
||
NOTE: I'm not referring to the warning automatically displayed on moving to full-screen. This is displayed correctly.
When already in full-screen, hover over the top and wait for warning to appear. This time it's partially cut.
.pointerlockfswarning { margin-top: 15px !important; }
fixes it.
No DPI or font changes.
It happens with a new profile and any local.
Comment 12•5 years ago
|
||
(In reply to Yaron from comment #11)
NOTE: I'm not referring to the warning automatically displayed on moving to full-screen. This is displayed correctly.
When already in full-screen, hover over the top and wait for warning to appear. This time it's partially cut.
.pointerlockfswarning { margin-top: 15px !important; }
fixes it.No DPI or font changes.
It happens with a new profile and any local.
I think that's intentional, see:
https://searchfox.org/mozilla-central/rev/3fd53c47864fedb916f0ed8f002f15456324f729/browser/base/content/browser.css#899-902
Reporter | ||
Comment 13•5 years ago
|
||
Well, if it's indeed intentional - I don't understand it. Showing half a dialog is weird IMO.
Anyway, this behavior started only in FF 72 or 73.
Updated•5 years ago
|
Updated•5 years ago
|
Description
•