Closed
Bug 686942
Opened 15 years ago
Closed 14 years ago
Video starts playing after seeking to end
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla9
People
(Reporter: kinetik, Assigned: cajbir)
References
()
Details
Attachments
(2 files)
|
1.10 KB,
patch
|
kinetik
:
review+
|
Details | Diff | Splinter Review |
|
2.53 KB,
patch
|
kinetik
:
review+
|
Details | Diff | Splinter Review |
Open the testcase, use tab to switch focus to the video (first element), hit "end", then "home. Video will start playing.
Per the spec, the video starts paused, so it should not start playing in this situation. I suspect the code that deals with video ended in an unpaused state is causing the video to start playing when seeking to the end of the media.
| Reporter | ||
Comment 1•15 years ago
|
||
Once the video starts playing, if you seek a second time, the video is paused after seeking.
| Assignee | ||
Comment 2•14 years ago
|
||
Respect the state of the paused attribute after seeking.
| Reporter | ||
Updated•14 years ago
|
Attachment #562631 -
Flags: review?(kinetik) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
Target Milestone: --- → mozilla9
| Reporter | ||
Updated•14 years ago
|
Flags: in-testsuite?
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•14 years ago
|
||
Attachment #563286 -
Flags: review?(kinetik)
| Reporter | ||
Updated•14 years ago
|
Attachment #563286 -
Flags: review?(kinetik) → review+
| Assignee | ||
Comment 6•14 years ago
|
||
| Assignee | ||
Updated•14 years ago
|
Flags: in-testsuite? → in-testsuite+
OS: Linux → All
Hardware: x86_64 → All
Comment 7•14 years ago
|
||
Comment 12•8 years ago
|
||
Comment 13•8 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•