VP-80: VideoPlayer is dependent on Uploader

Metadata

Source
VP-80
Type
Bug
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Anastasia Cheetham
Created
2012-11-06T14:53:51.249-0500
Updated
2013-01-28T09:25:22.470-0500
Versions
N/A
Fixed Versions
N/A
Component
N/A

Description

For some reason, the Infusion bundle that the VideoPlayer is using includes Uploader. The VideoPlayer does use the Progress component, which is included with Uploader.

We should determine if there are other things the Uploader actually provides, and if there's any way to get them without including the entire Uploader. If not, we should consider refactoring the Uploader so that whatever the VideoPlayer is using is made available independently.

Comments

  • Justin Obara commented 2012-12-18T13:59:21.477-0500

    Added a pull request (https://github.com/fluid-project/videoPlayer/pull/102) to resolve this. Updated to the latest code in the master of infusion and changed the uploader dependency to progress and jQueryScrollToPlugin

  • Justin Obara commented 2012-12-19T09:23:28.983-0500

    Fixed with FLUID-4870