Bug 45203 - play, playing, and pause HTML5 Media events don't fire in some cases
Summary: play, playing, and pause HTML5 Media events don't fire in some cases
Status: RESOLVED DUPLICATE of bug 60972
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Major
Assignee: Eric Carlson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-03 14:44 PDT by Ridley Combs
Modified: 2011-10-10 15:34 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-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 ***