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

don't track progress until ready #2316

Closed
wants to merge 1 commit into from

Conversation

dmlap
Copy link
Member

@dmlap dmlap commented Jul 7, 2015

Delay manual progress checks until the tech is ready to avoid errors. The Flash tech errors if buffered() is called before the SWF has loaded, for instance. Fixes #2288, obsoletes #2289.

Delay manual progress checks until the tech is ready to avoid errors. The Flash tech errors if buffered() is called before the SWF has loaded, for instance.
@pam
Copy link

pam commented Jul 7, 2015

Tests failed. Automated cross-browser testing via Sauce Labs and Travis CI shows that the JavaScript changes in this pull request are: BUSTED

Commit: 19a0628
Build details: https://travis-ci.org/pam/video.js/builds/69942919

(Please note that this is a fully automated comment.)

@dmlap
Copy link
Member Author

dmlap commented Jul 7, 2015

The build failure is a SauceLabs iPad timeout

This was referenced Jul 7, 2015
@dmlap
Copy link
Member Author

dmlap commented Jul 8, 2015

@pam retry

@pam
Copy link

pam commented Jul 8, 2015

Tests failed. Automated cross-browser testing via Sauce Labs and Travis CI shows that the JavaScript changes in this pull request are: BUSTED

Commit: 19a0628
Build details: https://travis-ci.org/pam/video.js/builds/70140484

(Please note that this is a fully automated comment.)

@@ -98,7 +98,9 @@ class Tech extends Component {
this.manualProgress = true;

// Trigger progress watching when a source begins loading
this.trackProgress();
this.one('ready', () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one already does a bind to this internally, so the fat arrow function here is redundant.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(fixed and pulled in)

@dmlap dmlap closed this in ccd6ed4 Jul 10, 2015
@dmlap dmlap deleted the time-tracking-on-ready branch July 10, 2015 20:13
@heff heff mentioned this pull request Jul 10, 2015
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

Successfully merging this pull request may close these issues.

3 participants