Bug 42037 - <video> "Playing" event doesn't fire in some situations
Summary: <video> "Playing" event doesn't fire in some situations
Status: RESOLVED DUPLICATE of bug 60972
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-10 16:01 PDT by Ridley Combs
Modified: 2011-10-10 15:25 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ridley Combs 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>.
Comment 1 Arun Patole 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.
Comment 2 Eric Carlson 2011-10-10 15:25:02 PDT

*** This bug has been marked as a duplicate of bug 60972 ***