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
The interactive video transcript does not load initially in Safari. The transcript feature overrides the addCue method on TextTrack's such that it can hook into the browser's native handling of text tracks and "listen" for when a cue has been parsed and added to the the track. Unfortunately, there isn't an event for this in the spec.
Expected behavior
The transcript and all the cues should load as soon as possible and shouldn't be dependent on the video playing or a cue becoming active.
User-facing consequences
Users of Safari have to toggle the transcript off and on to view it before playing the video. This may be frustrating for learners.
Errors and logs
No errors occur.
Steps to reproduce
Import a video with a first transcript cue that starts significantly after the video starts. For example, download "A is for Atom" from channel hifug-fagad
Open video in latest Safari
Enable the transcript if not already. The transcript should then show if it wasn't enabled.
Refresh
Observe transcript loading state until either a cue becomes active or the transcript is toggled.
Context
Kolibri 0.13 #5631
Observed in Browserstack
Observed in latest version of Safari
The text was updated successfully, but these errors were encountered:
Observed behavior
The interactive video transcript does not load initially in Safari. The transcript feature overrides the
addCue
method onTextTrack
's such that it can hook into the browser's native handling of text tracks and "listen" for when a cue has been parsed and added to the the track. Unfortunately, there isn't an event for this in the spec.Expected behavior
The transcript and all the cues should load as soon as possible and shouldn't be dependent on the video playing or a cue becoming active.
User-facing consequences
Users of Safari have to toggle the transcript off and on to view it before playing the video. This may be frustrating for learners.
Errors and logs
No errors occur.
Steps to reproduce
hifug-fagad
Context
Kolibri 0.13 #5631
Observed in Browserstack
Observed in latest version of Safari
The text was updated successfully, but these errors were encountered: