[Webkit-unassigned] [Bug 42037] New: <video> "Playing" event doesn't fire in some situations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 10 16:01:57 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42037

           Summary: <video> "Playing" event doesn't fire in some
                    situations
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rodger.combs at gmail.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list