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

VideoJS player issue with grunt precompiled ember handlebar #1099

Closed
maheshiv opened this issue Mar 20, 2014 · 2 comments
Closed

VideoJS player issue with grunt precompiled ember handlebar #1099

maheshiv opened this issue Mar 20, 2014 · 2 comments
Labels
needs: more info Please make enough detailed information is added to be actionable. question

Comments

@maheshiv
Copy link

I am using videojs player in one of my ember.js applications and i added video tag in templates and calling videojs function inside didInsertElement callback . Example code is in jsbin http://emberjs.jsbin.com/zipaluri/6/edit . It works fine with no issues .

If i run application using grunt with grunt-ember-templates and grunt-contrib-concat plugins ...., it will generate compiled-templates.js file (precompiled ember template file) and combined-scripts.js (combined all script file into single file) files . I used this both files (specified path in index.html). Then if i start viewing video in a browser i can't able to drag progress bar slider and volume slider and also if i click on progress bar video will pause . I suspect may be precompiled ember template causing this issue . Is that right ?

@mmcc mmcc added the question label Mar 20, 2014
@heff
Copy link
Member

heff commented Apr 5, 2014

I don't have much experience with Ember so I'm not sure I can be much help here, but the example you show is working for me. Would it be possible to set up an example where it's breaking, or let me know which browsers/devices it's breaking on for you?

@maheshiv
Copy link
Author

Issue fixed . Sorry its not due to videoJs or grunt . I fixed this issue . Previously we are not calling this._super() in init function of ember view .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: more info Please make enough detailed information is added to be actionable. question
Projects
None yet
Development

No branches or pull requests

3 participants