RESOLVED DUPLICATE of bug 6097242037
<video> "Playing" event doesn't fire in some situations
https://bugs.webkit.org/show_bug.cgi?id=42037
Summary <video> "Playing" event doesn't fire in some situations
Ridley Combs
Reported 2010-07-10 16:01:57 PDT
The <video> tag's "playing" event should fire whenever the video begins playback. If a video's currentTime attribute is set after the video ends, it begins playing again without firing this event. Also, if <video>.play() is called after the video ends, the player seeks back to <video>.startTime and plays, but doesn't fire the playing event. These issues can be annoying when creating custom controls for a <video>.
Attachments
Arun Patole
Comment 1 2011-10-02 02:28:41 PDT
This issue looks to be same as https://bugs.webkit.org/show_bug.cgi?id=60972 which is resolved.
Eric Carlson
Comment 2 2011-10-10 15:25:02 PDT
*** This bug has been marked as a duplicate of bug 60972 ***
Note You need to log in before you can comment on or make changes to this bug.