Closed
Bug 679262
Opened 13 years ago
Closed 13 years ago
Seeking to end of file during loadedmetadata event breaks further playback
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla9
People
(Reporter: cajbir, Assigned: cajbir)
References
Details
Attachments
(2 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
In the loadedmetadata event I seek to the duration. An ended event is never raised, and the controls still show the 'pause' icon as if playback is still going. Pressing play/pause does not restart the playback.
Steps to reproduce:
1) Load testcase with 'content/media/tests/big.wav' in the local directory.
What should happen:
1) The 'Play' icon in the controls should appear.
What does happen:
2) The 'Pause' icon remains displayed.
Then do:
1) Press Play/pause.
What should happen:
1) Playback should start from the beginning
What does happen:
1) currentTime stays at the duration and no playback occurs.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → chris.double
Assignee | ||
Comment 1•13 years ago
|
||
Fix is to raise ended event if we seeked to the end of the file. Test is provided by re-enabling the 'todo' media fragment test that tests this issue.
Attachment #555959 -
Flags: review?(chris)
Updated•13 years ago
|
Attachment #555959 -
Flags: review?(chris) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Whiteboard: [inbound]
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla9
You need to log in
before you can comment on or make changes to this bug.
Description
•