Bug 42037
Summary: | <video> "Playing" event doesn't fire in some situations | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ridley Combs <rcombs> |
Component: | Media | Assignee: | 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 |
Ridley Combs
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Arun Patole
This issue looks to be same as https://bugs.webkit.org/show_bug.cgi?id=60972 which is resolved.
Eric Carlson
*** This bug has been marked as a duplicate of bug 60972 ***