Closed
Bug 1679547
Opened 4 years ago
Closed 4 years ago
Bitchute video player volume slider overlaps gear icon
Categories
(Core :: Layout: Flexbox, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1585485
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox83 | --- | wontfix |
firefox84 | --- | wontfix |
firefox85 | --- | wontfix |
People
(Reporter: rogow82644, Unassigned)
References
(Regression, )
Details
(Keywords: parity-chrome, regression)
Attachments
(1 file)
5.42 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0
Steps to reproduce:
Simply update Firefox
Actual results:
The audio slider overflows on the gear while the older versions did not.
Expected results:
like what happened before on the previous versions
Comment 2•4 years ago
|
||
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0
20201112153044
Confirming because it looks okay in Vivaldi, which shows the width of #plyr-volume-6690 as 100%, while the Firefox developer tools show 105px.
Status: UNCONFIRMED → NEW
Has Regression Range: --- → no
Component: Untriaged → Layout
Ever confirmed: true
Flags: needinfo?(rogow82644)
Product: Firefox → Core
Summary: bitchute problem video player → Bitchute video player volume slider overlaps gear icon
Comment 3•4 years ago
|
||
regression-window |
Has Regression Range: no → yes
Component: Layout → Layout: Flexbox
Flags: needinfo?(aethanyc)
Keywords: regressionwindow-wanted
Regressed by: 1672462
Comment 4•4 years ago
|
||
Set release status flags based on info from the regressing bug 1672462
status-firefox83:
--- → affected
status-firefox84:
--- → affected
status-firefox85:
--- → affected
status-firefox-esr78:
--- → unaffected
Comment 5•4 years ago
|
||
The audio slider is a <input>
with width: 100%
, so this is a duplication of bug 1585485. Setting min-width: 0
to the element can force it to shrink further.
Status: NEW → RESOLVED
Closed: 4 years ago
Flags: needinfo?(aethanyc)
Resolution: --- → DUPLICATE
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•