[Webkit-unassigned] [Bug 37003] New: timeupdate events stop firing after suspend event fires

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 19:01:17 PDT 2010


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

           Summary: timeupdate events stop firing after suspend event
                    fires
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: scherkus at chromium.org


When an <audio> or <video> element returns to NETWORK_IDLE from NETWORK_LOADING
(i.e., the user agent has intentionally paused downloading the media), we stop
the progress event timer (good!) but also stop the playback event timer (bad!).

This has the unfortunate consequence of stopping timeupdate events even the
video is still playing and presumably has enough of an internal to keep playing
until the user agent resumes downloading and goes back to NETWORK_LOADING.

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