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
If Closed Captions control button in the control bar is initially enabled, closed captions need to be toggled off and on to display captions.
Todo: verify the behavior of the closed captions in the settings panel. Originally it was assumed this was due to the video element being out of sync with the boolean state stored in the react model when it is first initialized. However the captions are displayed by other react code (src/screens/Watch/Components/Overlays/ClosedCaption/index.js).
See
grep -r 'openCC' src
The text was updated successfully, but these errors were encountered:
If Closed Captions control button in the control bar is initially enabled, closed captions need to be toggled off and on to display captions.
Todo: verify the behavior of the closed captions in the settings panel. Originally it was assumed this was due to the video element being out of sync with the boolean state stored in the react model when it is first initialized. However the captions are displayed by other react code (src/screens/Watch/Components/Overlays/ClosedCaption/index.js).
See
grep -r 'openCC' src
The text was updated successfully, but these errors were encountered: