VP-138: In Firefox, the Video Player's scrubber does not work until the entire video is finished loading from the server.

Metadata

Source
VP-138
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Colin Clark
Created
2009-11-08T13:36:48.000-0500
Updated
2013-01-28T09:25:23.761-0500
Versions
N/A
Fixed Versions
N/A
Component
N/A

Description

In Firefox 3.5, the time scrubber for the Video Player remains disabled until after the whole video has been downloaded from the server, even if the video is available for playback sooner.

This is due to the fact that we bind to the "loaded" event instead of the "durationchange" event, which tells us when the duration of the video is first known--much sooner than load time.

Comments

  • Colin Clark commented 2009-11-08T13:59:05.000-0500

    This issue was fixed at r8616