Video fullscreen button is broken with iframes
Categories
(GeckoView :: Media, defect, P1)
Tracking
(firefox80 unaffected, firefox81 verified, firefox82 verified)
| Tracking | Status | |
|---|---|---|
| firefox80 | --- | unaffected |
| firefox81 | --- | verified |
| firefox82 | --- | verified |
People
(Reporter: snorp, Assigned: agi)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [geckoview:m82])
Attachments
(1 file)
|
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
See also: https://github.com/mozilla-mobile/fenix/issues/14003
STR: Navigate to aljazeera.com/live and press the fullscreen button in the video. Nothing happens.
I think this is likely a regression from Bug 1648149.
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
From a quick debugging session, it looks like we're not receiving the MozDOMFullscreen:Request event on the child actor. Looking.
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 4•5 years ago
|
||
| bugherder | ||
Comment 5•5 years ago
|
||
Please nominate this for Beta approval when you get a chance.
| Assignee | ||
Comment 6•5 years ago
|
||
Comment on attachment 9172203 [details]
Bug 1661270 - Actually run ContentDelegate on all frames.
Beta/Release Uplift Approval Request
- User impact if declined: Pages cannot trigger fullscreen from iframes
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): The module doesn't currently run in iframes due to a mis-configuration, this change makes the code run on iframes too.
- String changes made/needed: None
Comment 7•5 years ago
|
||
Comment on attachment 9172203 [details]
Bug 1661270 - Actually run ContentDelegate on all frames.
Approved for 81.0b4.
Comment 8•5 years ago
|
||
| bugherder uplift | ||
Comment 9•5 years ago
|
||
verified as fixed on Nightly 8/31 GV: 82.0a1-2020829091226 with:
OnePlus 6T (Android 9)
Huawei MediaPad M3 (Android 7)
Will come back with results for Firefox Preview Beta
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Verified as fixed on 81.1.0-beta.2 with Google Pixel 3 (Android 11).
Updated•5 years ago
|
Updated•5 years ago
|
Comment 11•4 years ago
|
||
Moving some media bugs to the new GeckoView::Media component.
Description
•