Closed
Bug 1619979
Opened 6 years ago
Closed 5 years ago
Picture-in-Picture toggle appears on videos that are laid out with small dimensions
Categories
(Toolkit :: Video/Audio Controls, defect, P3)
Toolkit
Video/Audio Controls
Tracking
()
VERIFIED
FIXED
mozilla77
| Tracking | Status | |
|---|---|---|
| firefox77 | --- | verified |
People
(Reporter: mconley, Assigned: mconley)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
STR:
- Have a Tidal account
- Browse to https://listen.tidal.com/view/pages/mymusic_recommended_videos
- Choose any video to play
- Click "Minimized" in the top-left corner
- Hover your mouse over the mini player in the bottom left part of the screen
ER:
No PiP toggle, since the video is so small.
AR:
The PiP toggle appears.
The problem here is that the video element has videoHeight and videoWidth exceeding our heuristic of 160px (140px on Nightly), but is laid out with smaller dimensions (~113px × 64px).
We should use the layout size of the video as part of our heuristics, and not just the videoHeight and videoWidth dimensions.
| Assignee | ||
Updated•6 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → mconley
Status: NEW → ASSIGNED
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4184cfc09c3a
Don't show PiP toggle on videos that have been laid out with small dimensions. r=mstriemer
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
Updated•5 years ago
|
Flags: qe-verify+
Comment 4•5 years ago
•
|
||
Reproduced the initial issue in Release version 76.0 using Windows 10.
Verified - Fixed in Beta 77.0b2 (build id: 20200505174119) and latest Nightly 78.0a1 (build id: 20200507085231) on Windows 10 and Ubuntu 18.04.
You need to log in
before you can comment on or make changes to this bug.
Description
•