Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.5
-
Component/s: UIEnhancer
-
Labels:None
Description
Current ProgressiveEnhancement implementation does not allow developers to add their own features or extend an existing feature check (fluid.browser)
Currently videoPlayer has a copy paste code taken from the ProgressiveEnhancement implementation in order to add check for HTML5 and browser full screen support.
https://github.com/fluid-project/videoPlayer/blob/master/js/VideoPlayer.js#L28-50
In this particular example a new set of features is being defined and then merged into staticEnvironment. The proper way is to reuse ProgressiveEnhancement.