Embeded YouTube video on Google search has gray sidebar in fullscreen
Categories
(Web Compatibility :: Site Reports, defect, P2)
Tracking
(Webcompat Priority:P2, Webcompat Score:6)
People
(Reporter: jrmuizel, Unassigned)
References
(Depends on 1 open bug, )
Details
(Keywords: webcompat:platform-bug, webcompat:site-report, Whiteboard: [autowebcompat:processed][autowebcompat:repro-failed][webcompat:sightline][webcompat:japan][webcompat:core])
User Story
autowebcompat-repro-status:failed autowebcompat-repro-reason:blocked_captcha platform:windows,mac,linux impact:content-missing configuration:general affects:all branch:release diagnosis-team:layout user-impact-score:450
Attachments
(4 files, 1 obsolete file)
| Reporter | ||
Updated•28 days ago
|
Updated•28 days ago
|
Updated•28 days ago
|
Updated•28 days ago
|
Updated•24 days ago
|
Updated•24 days ago
|
Updated•22 days ago
|
Comment 1•22 days ago
|
||
Jeff confirmed that "Always Show Scrollbars" off "fixes" it.
Comment 2•22 days ago
|
||
Updated•22 days ago
|
| Reporter | ||
Comment 3•22 days ago
•
|
||
Safari has the same behaviour as Chrome on the reduced test case
Comment 4•22 days ago
|
||
Comment 5•22 days ago
|
||
Comment 6•22 days ago
|
||
So Chrome's video is also the wrong size, but they paint black instead of white. Looking a bit more into it, I think this test-case shows the root cause of the disagreement:
- Chrome: backdrop covering the scrollbar gutter, iframe constrained by the gutter.
- Safari: backdrop covering the scrollbar gutter, iframe also covering the gutter.
- Gecko: backdrop and iframe both constrained by the gutter.
So it seems like Chrome's backdrop (but not the fixed-pos) is covering the scrollbar gutter... I'm not sure what really justifies that behavior spec-wise... Ting-Yu, do you know?
If not, it might be worth filing an issue. At least for a fullscreen <iframe> constraining it to the scrollbar gutter seems a bit unfortunate...
Comment 7•22 days ago
|
||
Oh, actually safari has the backdrop not covering the gutter, but the iframe covering it.
Updated•22 days ago
|
Comment 8•22 days ago
|
||
This is a variant of bug 1874091. Previous solution is:
RESOLVED: (top layer or fullscreen) elements with 'position: fixed' cover the scrollbars/gutters
But the spec didn't say what to do for top layer (::backdrop) elements without position:fixed.
Also, Chromium has a bug https://issues.chromium.org/issues/346550123
Comment 9•21 days ago
|
||
But ::backdrop is fixed right? https://searchfox.org/firefox-main/rev/ee8e457ae20efb27313476fed0bed50571c1199f/layout/style/res/ua.css#409
So I think this is effectively bug 1874091 indeed.
Comment 10•21 days ago
|
||
(And all browsers are broken in different ways, amazingly)
Comment 11•20 days ago
|
||
But ::backdrop is fixed right? https://searchfox.org/firefox-main/rev/ee8e457ae20efb27313476fed0bed50571c1199f/layout/style/res/ua.css#409
You're right. I must have mixed it with something else ...
Comment 12•7 days ago
|
||
(In reply to Emilio Cobos Álvarez [:emilio] from comment #9)
So I think this is effectively bug 1874091 indeed.
Let's consider this diagnosed as that platform-bug then. --> Adjusting keywords.
Description
•