Bug 45203

Summary: play, playing, and pause HTML5 Media events don't fire in some cases
Product: WebKit Reporter: Ridley Combs <rcombs>
Component: MediaAssignee: Eric Carlson <eric.carlson>
Status: RESOLVED DUPLICATE    
Severity: Major CC: arun.patole, eric.carlson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.6   

Description Ridley Combs 2010-09-03 14:44:29 PDT
Examples:
<video>.play() after the video has ended doesn't fire a play or playing event
<video>.currentTime=<time> doesn't fire play/pause events (even though they're sometimes generated)

I'll comment if I discover more cases.
Comment 1 Arun Patole 2011-10-05 02:25:12 PDT
(In reply to comment #0)
> Examples:
> <video>.play() after the video has ended doesn't fire a play or playing event
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:34:23 PDT

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