[Webkit-unassigned] [Bug 93131] New: [Mac] Media elements do not fire a suspend event after completely loading the resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 3 09:33:51 PDT 2012


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

           Summary: [Mac] Media elements do not fire a suspend event after
                    completely loading the resource
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: scherkus at chromium.org


Check out bug 93052 for a test.

Alternatively just attach event listeners to 'progress' and 'suspend' and load a resource over HTTP. As expected, the network state is NETWORK_LOADING and fires progress events. When the last progress event fires that has buffered.end(0) == duration the network state goes back down to NETWORK_IDLE but curiously enough no suspend event is fired.

I tested this out on Safari 5.1.7 (Snow Leopard) and WebKit build @ r124543 (Snow Leopard).

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