Open
Bug 2021478
Opened 2 months ago
Updated 2 months ago
pip picture-in-picture skip elements are already hidden at too large window
Categories
(Toolkit :: Picture-in-Picture, defect, P3)
Tracking
()
NEW
People
(Reporter: e412byoy7, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0
Steps to reproduce:
Shrink a PiP window to just under 300px in width
Actual results:
skip 5s back and forward buttons are hidden
Expected results:
buttons should remain in view until the space really requires it, so about 180px width. This here may be the reponsible part in the code: https://searchfox.org/firefox-main/source/toolkit/themes/shared/pictureinpicture/player.css#720
Simply changing that to 180 would be one step closer to such fix, I'd guess
Comment 1•2 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Toolkit::Picture-in-Picture' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → Picture-in-Picture
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•