Closed
Bug 689372
Opened 13 years ago
Closed 9 years ago
Prevent video controls from expanding beyond its available rect
Categories
(Toolkit :: Video/Audio Controls, defect)
Toolkit
Video/Audio Controls
Tracking
()
RESOLVED
DUPLICATE
of bug 532433
People
(Reporter: fryn, Unassigned)
References
()
Details
Event after fixing bug 462117, the video controls still can expand beyond the available rect when the available width is very small, e.g. 65 pixels.
Example to paste in your url bar (no, this is not malicious social engineering (or is it? (jk))):
data:text/html,<video controls style="width:65px;outline:1px solid black"></video>LOLWUT
I have yet to determine why this happens.
Reporter | ||
Comment 1•13 years ago
|
||
Alternatively, click the link in the URL field above to see the testcase.
Comment 2•12 years ago
|
||
It's likely due to min-widths for the various controls within the toolbar.
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•