Closed
Bug 1328057
Opened 8 years ago
Closed 8 years ago
Sound indicator isn't displayed if I enable sound after starting the audio/video
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: arni2033, Unassigned)
References
Details
(Keywords: qawanted, regression)
>>> My Info: Win7_64, Nightly 52, 32bit, ID 20161028030204 (2016-10-28)
STR_1:
1. Open https://www.iandevlin.com/html5test/webvtt/html5-video-webvtt-sample.html
2. Open the video in a new tab
3. Pause video. Mute video. Play video. Unmute video
AR: Video plays w/ sound, but no sound indicator
ER: Sound indicator
STR_2:
1. Open https://www.iandevlin.com/html5test/webvtt/html5-video-webvtt-sample.html
2. Execute code [1] in web console or Scratchpad
[1]
video = document.querySelector("video");
video.play();
setTimeout(function(){
video.pause();
video.volume=0;
video.play();
video.volume=1;
},1000);
This is regression from bug 1288971. Regression range:
> https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=f60ec9e34d4d34958ff64d573862474dac8c0a6f&tochange=cf3d0b086060c8b81a3a5c9c33745e65e0096121@ Alastor Wu [:alwu]:
It seems that this is a regresion caused by your change. Please have a look.
Component: Untriaged → Audio/Video: Playback
Product: Firefox → Core
What version of Firefox does this occur in? I can't repro it in nightly.
Can someone in QA repro this issue?
Keywords: qawanted
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•