VP-186: VideoPlayer loads template manually, intead of relying on framework

Metadata

Source
VP-186
Type
Bug
Priority
Major
Status
Closed
Resolution
Won't Fix
Assignee
N/A
Reporter
Anastasia Cheetham
Created
2012-01-09T14:12:25.032-0500
Updated
2017-12-22T10:28:51.022-0500
Versions
  1. 0.1
Fixed Versions
N/A
Component
  1. core

Description

The VideoPlayer has a grade of "rendererComponent" but it does not rely on existing the framework supports for loading renderer component templates. Intead, it calls fetchResources itself in its finalInit function.

A more appropriate way is to create a template loader subcomponent to coordinate the timing of the template loading, prime the template cache, and use the rendererComponent's internal fetchResources.

Comments

  • Justin Obara commented 2017-12-22T10:28:51.021-0500

    The video player repository has been archived.