Metadata
- Source
- VP-265
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Won't Fix
- Assignee
- N/A
- Reporter
- Alexey Novak
- Created
2013-02-21T11:26:27.783-0500 - Updated
2017-12-22T10:28:51.704-0500 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- core
Description
VideoPlayer renders an empty container and does not show any error messages if template HTML file is missing.
Example of the rendered markup:
<div id="fluid-id-5oano9rt-286" class="videoPlayer fl-videoPlayer" role="application"> </div>
The same result could be achieved simply by pointing a videoPlayer to a wrong HTML markup file:
Example of the broken settings:
templates: {
videoPlayer: {
forceCache: true,
href: "../html/videoPlayer_non_existing_template.html"
}
}
Environments
FF, OSX
Comments
-
Justin Obara commented
2017-12-22T10:28:51.703-0500 The video player repository has been archived.