Bug 83791

Summary: don't pause+play unseekable media
Product: WebKit Reporter: Ami Fischman <fischman>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: eric.carlson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Ami Fischman 2012-04-12 10:09:52 PDT
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)