Closed
Bug 963507
Opened 11 years ago
Closed 11 years ago
<audio> tag missing volume control
Categories
(Toolkit :: Video/Audio Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 649490
People
(Reporter: galuel, Unassigned)
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:26.0) Gecko/20100101 Firefox/26.0 (Beta/Release)
Build ID: 20131206152524
Steps to reproduce:
Use of the audio tag to propose ogg file
<audio id="player" src="chanson.ogg" controls="controls">
Votre navigateur ne supporte pas la balise HTML5 audio.</audio>
Actual results:
User cannot control audio level, because there is no graphical level bar.
Expected results:
Audio tags should work Like the video tag that works fine, user should be able to control the audio level thru the graphical audio level bar.
Comment 1•11 years ago
|
||
The volume control was disabled for audio because it was very buggy (bug 502892) and then reimplemented horizontally in bug 649490. If you try in Firefox Aurora (28), you should see a volume control there.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Component: Untriaged → Video/Audio Controls
Product: Firefox → Toolkit
Resolution: --- → DUPLICATE
Summary: <audio> tag missing graphical audio level bar → <audio> tag missing volume control
You need to log in
before you can comment on or make changes to this bug.
Description
•