Metadata
- Source
- VP-63
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- lahabana
- Reporter
- Anastasia Cheetham
- Created
2011-11-29T08:42:51.624-0500 - Updated
2013-01-28T09:25:22.119-0500 - Versions
- N/A
- Fixed Versions
- N/A
- Component
- N/A
Description
There are some incorrect uses of the Framework in the Video Player that we should address, including (but not necessarily limited to):
- no need to create a ChangeApplier (line 326 of VideoPlayer.js) - one already exists
- methods should be added to the component object in a postInit function instead of preInit, as described here: http://wiki.fluidproject.org/display/docs/Component+Lifecycle+and+autoInit
Comments
-
Michelle D'Souza commented
2012-02-17T16:50:14.745-0500 This had been addressed while working on other issues.