Test integration of videoJS with the Score integration.
In videojs mode i see no controls
After verification of fix for T135491: Score/TMH PHP fatal on page view in master
Test integration of videoJS with the Score integration.
In videojs mode i see no controls
After verification of fix for T135491: Score/TMH PHP fatal on page view in master
mediawiki/extensions/TimedMediaHandler : master | Fix the disablecontrols option for videojs |
videojs mode is interpreting the disablecontrols var as a boolean:
if ( $this->disablecontrols ) { $mediaAttr[ 'controls' ] = false; }
but Score is setting a string with particular options, presumably mwembed-specific:
'disablecontrols' => 'options,timedText',
Change 289308 had a related patch set uploaded (by TheDJ):
Fix the disablecontrols option for videojs