[Webkit-unassigned] [Bug 45630] New: video's end of stream event if not fired

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 12 19:44:24 PDT 2010


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

           Summary: video's end of stream event if not fired
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jim.huang at nagra.com


When an html5 video element finishes playing, it should fire the 'ended' event. This unfortunately is not happening.
document.getElementsByTagName('video')[0].addEventListener('ended', function(){ 
  alert('this will never happen'); 
});

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