[Webkit-unassigned] [Bug 160655] New: Video tag should not trigger "ended" after setting currentTime to the end of the video.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 8 03:47:19 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=160655

            Bug ID: 160655
           Summary: Video tag should not trigger "ended" after setting
                    currentTime to the end of the video.
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: iOS
                OS: iOS 9.3
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: samuel at guiora.com

Created attachment 285562
  --> https://bugs.webkit.org/attachment.cgi?id=285562&action=review
"ended" issue

## Use case

1. video.currentTime = video.duration
2. video triggered "ended"
3. video.currentTime = 10
4. video triggered "ended" again!

This is easily reproductible using a MP4 video,
it also happens sometime using HLS_V1 or HLS_V5 stream.

## Expectation

The video should not trigger "ended" after setting
currentTime to the end of the video.

## Note

You can find in attachment a way to reproduce this issue.

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160808/df6aa429/attachment.html>


More information about the webkit-unassigned mailing list