VP-122: IntervalEventsConductor only loads after a caption has loaded

Metadata

Source
VP-122
Type
Bug
Priority
Major
Status
Closed
Resolution
Cannot Reproduce
Assignee
Cindy Li
Reporter
Anastasia Cheetham
Created
2012-02-10T14:56:06.340-0500
Updated
2013-01-28T09:25:23.455-0500
Versions
N/A
Fixed Versions
N/A
Component
N/A

Description

The intervalEventsConductor subcomponent is created on the 'onCaptionsReady' event, which means that the video player must load a caption on start-up for the conductor to work properly. The video player should not be dependent on a caption loading to work: captions may not even be present, and if present, they may not be used.

Comments

  • Anastasia Cheetham commented 2012-10-24T14:21:55.658-0400

    It seems that the code has evolved such that this is no longer an issue: The intervalEventsConductor is no longer created on the onCaptionsReady event, and the video player works just fine without captions.