Bug 42037

Summary: <video> "Playing" event doesn't fire in some situations
Product: WebKit Reporter: Ridley Combs <rcombs>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: arun.patole, eric.carlson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

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 ***