Closed
Bug 545603
Opened 16 years ago
Closed 14 years ago
Video playing when paused = true
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 686942
People
(Reporter: BijuMailList, Assigned: drexler)
Details
Attachments
(1 file)
|
5.25 KB,
text/html
|
Details |
Video playing when paused = true
Steps:-
note: do not use built in video controls for this test
use only the HTML buttons I have provided on the page.
You can also try same with JS code
$('v1') gives video element
1. go to attachment video4.html
2. Click "Play" button on the page
(if you want another video, use "Change to URL", then "Load")
3. wait movie to play till end.
4. On right side under Properties, see paused = false
5. Click "Pause" button on the page
6. see paused = true
7. Click "-5 sec" button on the page 2 times
Result:
* Video start playing...
* still the paused = true on the right side properties
I expect
* Video paused
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.3a2pre) Gecko/20100209 Minefield/3.7a2pre (.NET CLR 3.5.30729)
| Assignee | ||
Comment 2•14 years ago
|
||
I have some experience in fixing bugs in related files so will take this up.
Assignee: nobody → andrew.quartey
Comment 3•14 years ago
|
||
This was fixed by bug 686942.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•