Bug 83791 - don't pause+play unseekable media
Summary: don't pause+play unseekable media
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-12 10:09 PDT by Ami Fischman
Modified: 2020-05-04 07:47 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)