You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently any plugin extending media view and requiring the player to be rebuilt (when clicking between multiple videos) _playerOptions.features is ignored and the closed captions button is moved to the end of the controls.
This is due to the captions button being removed then appended to controls on buildtracks -
Subject of the issue
Currently any plugin extending media view and requiring the player to be rebuilt (when clicking between multiple videos) _playerOptions.features is ignored and the closed captions button is moved to the end of the controls.
This is due to the captions button being removed then appended to controls on buildtracks -
adapt-contrib-media/libraries/mediaelement-and-player.js
Lines 4896 to 4908 in 817164a
Your environment
Expected behaviour
On rebuild the control buttons should be kept in the order specified in _playerOptions
Actual behaviour
Closed caption button moved to the end of the controls
The text was updated successfully, but these errors were encountered: