Closed Bug 702571 Opened 13 years ago Closed 13 years ago

Pausing a video after it's ended doesn't keep it in a paused state.

Categories

(Core :: Audio/Video, defect)

7 Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 686942

People

(Reporter: mattias, Unassigned)

References

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
Build ID: 20110928134238

Steps to reproduce:

This statement will make the video will play the video from the start:

//videoElement.ended == true
videoElement.pause();
videoElement.currentTime = 0;

While this statement will keep it paused on the first frame:

//videoElement.ended == true
videoElement.currentTime = 0;
videoElement.pause();



Actual results:

Video was playing.


Expected results:

Video should be paused on the first frame.
Component: General → Video/Audio
Product: Firefox → Core
QA Contact: general → video.audio
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.