Skip to content

Functions called with setTimeout doesn't receive parameters in Internet Explorer#23

Merged
infusion merged 1 commit intoinfusion:masterfrom
diogomafra:IE9
Apr 3, 2014
Merged

Functions called with setTimeout doesn't receive parameters in Internet Explorer#23
infusion merged 1 commit intoinfusion:masterfrom
diogomafra:IE9

Conversation

@diogomafra
Copy link
Contributor

In Internet Explorer the function _register receives undefined and will not stop trying to register when the flash movie is not loaded.

@ramilexe
Copy link
Contributor

What is version of IE?

@diogomafra
Copy link
Contributor Author

It was not working on IE9 and below. I could not test on IE10.

@ramilexe
Copy link
Contributor

Are you sure that problem in closure? I opened similar pull request #24

@diogomafra
Copy link
Contributor Author

When the page loads it tries to register the webcam functions(_register method), and it should stop retrying after some attempts. It was not stopping to retry to register in Internet Explorer because the 'run' parameter was always 'undefined'.

This pull request only solves this problem. Probably you found a different problem.

infusion added a commit that referenced this pull request Apr 3, 2014
Functions called with setTimeout doesn't receive parameters in Internet Explorer
@infusion infusion merged commit e479cf4 into infusion:master Apr 3, 2014
@infusion
Copy link
Owner

infusion commented Apr 3, 2014

Thanks!

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