Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Uncaught TypeError: Cannot read property 'tabIndex' of undefined #26

Open
maricel0422 opened this issue Mar 1, 2018 · 4 comments

Comments

@maricel0422
Copy link

I downloaded the current version and installed in our AWS account. I am testing the example and it doesn't display the transcript.

AWS - Example version v0.8.1 - 2017-04-21

The console shows the following error:

Uncaught TypeError: Cannot read property 'tabIndex' of undefined
at createLine (videojs-transcript.js:379)
at createTranscriptBody (videojs-transcript.js:406)
at videojs-transcript.js:401

@ggmendez
Copy link

ggmendez commented Jun 4, 2018

I am experiencing the same problem here. Any update on this?

@HKAB
Copy link

HKAB commented Jul 20, 2018

I think it is the problem with options. Just pass the options like this:
var options = {};
var transcript = vjs.transcript(options);
Notice the options, this works for me.

@eneiner
Copy link

eneiner commented Jul 19, 2019

This worked for me as well.
var options = {};
var transcript = this.transcript(options);

@laiconsulting
Copy link

laiconsulting commented Jan 15, 2021

Where do I put these lines?

edit:
nevermind. Got it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants