[Webkit-unassigned] [Bug 83791] New: don't pause+play unseekable media

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 12 10:09:52 PDT 2012


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

           Summary: don't pause+play unseekable media
           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: fischman at chromium.org


HTMLMediaElement::beginScrubbing() unconditionally pauses playback; this means that clicking the time-bar of an unseekable
video does a pause/play pair without moving currentTime (b/c of 4.8.10.9, step 7).

Instead, interacting with the time-bar of unseekable media should be a true no-op and playback should be smooth.

(found this while fixing http://crbug.com/60691)

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