Closed
Bug 1495821
Opened 6 years ago
Closed 3 years ago
Width of the <audio> element still depends on its previous state
Categories
(Toolkit :: Video/Audio Controls, defect, P3)
Toolkit
Video/Audio Controls
Tracking
()
RESOLVED
DUPLICATE
of bug 1683979
People
(Reporter: timdream, Unassigned)
References
(Blocks 1 open bug, )
Details
STR: See URL. The two <audio controls> should look the same but they don't.
Note:
This is a variant of bug 1367875 and looks like bug 1495817.
Reporter | ||
Comment 1•6 years ago
|
||
Another variant:
data:text/html,<audio controls></audio><br><audio controls></audio><script>window.onload = () => { var el = document.body.firstChild; el.style.width = "500px"; el.offsetHeight; el.style.width = ""; }</script>
The size will stay at 500px.
Updated•6 years ago
|
Priority: -- → P3
Comment 2•3 years ago
|
||
This seems to have been fixed in bug 1683979. I don't see any difference between the audio elements in the data URI testcases now (using the testcases from this bug's URL field and comment 1).
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•