full screen video doesn't extend into the notch area
Categories
(Fenix :: General, defect)
Tracking
(firefox118 verified, firefox119 verified)
People
(Reporter: mavduevskiy, Assigned: mavduevskiy)
References
Details
(Whiteboard: [fxdroid])
Attachments
(5 files)
Steps to reproduce
- Play a really wide video (e.x. https://www.youtube.com/watch?v=qIw6NuwmD_w)
- Enter full screen.
Expected behavior
Take the full screen completely or be centered horizontally including the notch area.
Actual behavior
The notch area is blacked out or the video is shifter away from the notch and not positioned in the center.
Device information
- Firefox version:
116, 117, 118 - Android device model:
pixel 7 - Android OS version:
Android 13
Any additional information?
Comment 1•1 years ago
|
||
Assignee | ||
Updated•1 years ago
|
Updated•1 years ago
|
Updated•1 years ago
|
Comment 3•1 year ago
|
||
The severity field is not set for this bug.
:jonalmeida, could you have a look please?
For more information, please visit BugBot documentation.
Comment 4•1 year ago
|
||
Authored by mike a
https://github.com/mozilla-mobile/firefox-android/commit/1a1e89449bbeca0a701ea3722436d675f2e896e4
[main] Bug 1849009 – extended fullscreen mode to utilize the notch area
Comment 5•1 year ago
•
|
||
This issue is still reproducible on the latest Nightly build (119.0a1 from 2023-09-01).
Using the link from the steps, the notch area is still blacked out, however, the video is positioned in the center.
Device used: Google Pixel 7 (Android 14).
Reopening and removing the qe-verify label
Updated•1 year ago
|
Comment 6•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Comment 7•1 year ago
|
||
Hi, Lorand! The behaviour that you mentioned is exactly what we want. When the video is narrower than screen, it should be centered horizontally including notch area. And if it fits the width of the screen perfectly, it will be drawn under the notch (but I couldn't find a video like that for pixel 7, I have the same devices as you)
The first screenshot has the video shifted to the right. The black space on the left is the notch area, that system has reserved for it and doesn't alow the app to draw anything there. So, the fact that video on your screenshot is positioned perfectly centered between the top and botton of the screen is telling that the system is alowing the app to utilize the notch area.
I should have done a better job explaining it in the bug description, sorry for making you revisit it.
Comment 8•1 year ago
|
||
Comment 9•1 year ago
|
||
Hey, Mike! Yes, you are right, and though I didn't find a video to prove that either, I did find proof of it being extended to the notch area. The progress line. It begins in the notch area, unlike the on Nightly versions previous to this fix or even on Chrome.
Thank you for bringing this into my attention.
Attaching the screenshot, closing and marking the ticket as verified.
Comment 10•1 year ago
|
||
Updated•1 year ago
|
Assignee | ||
Comment 11•1 year ago
|
||
Comment on attachment 9353037 [details] [review]
[mozilla-mobile/firefox-android] Bug 1849009 – extended fullscreen mode to utilize the notch area (backport #3298) (#3637)
Beta/Release Uplift Approval Request
- User impact if declined: Watching fullscreen videos won't utilize the notch area of the phone
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- 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 patch only sets notch related window flags for android api 28+
- String changes made/needed:
- Is Android affected?: Yes
Comment 12•1 year ago
|
||
Comment 13•1 year ago
|
||
Authored by mike a
https://github.com/mozilla-mobile/firefox-android/commit/3ac96fc114ae3e60245693829b80ea911ac85263
[releases_v118] Bug 1849009 – extended fullscreen mode to utilize the notch area
Authored by https://github.com/pascalchevrel
https://github.com/mozilla-mobile/firefox-android/commit/f7abef80819567884939cf0ddbb3112bb3a03533
[releases_v118] Merge pull request #3637 from mozilla-mobile/mergify/bp/releases_v118/pr-3298
Comment 14•1 year ago
|
||
Verified as fixed on the latest Beta as well (118.0b9).
Device used: Google Pixel 7 (Android 14).
Marking the ticket as verified for 118 also.
Updated•1 year ago
|
Comment 15•1 year ago
|
||
Updated•1 year ago
|
Description
•