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

IE8 and earlier broken due to indexOf issue #64

Closed
impelsystems opened this issue Aug 20, 2015 · 4 comments
Closed

IE8 and earlier broken due to indexOf issue #64

impelsystems opened this issue Aug 20, 2015 · 4 comments
Labels

Comments

@impelsystems
Copy link

The line:
return a.ua?0<=U(a.ua,5).indexOf("JS_THIRDEYE"):!1

Fails in IE8 and earlier with the error:
Object doesn't support property or method 'indexOf'

Adding in the usual indexOf polyfill does not fix the issue, maybe this is something handled internally.

Lots of reports of errors over the last 10 days or so on google groups about it.

@impelsystems
Copy link
Author

I understand this is a PHP example, however maybe you can get in touch with the API devs, seems many having the same issue

https://groups.google.com/forum/#!topic/recaptcha/OCZ9LVfOdlo

@colecmc
Copy link

colecmc commented Aug 28, 2015

I'm having this issue and would love to know a work around for my IE8 users.

@impelsystems
Copy link
Author

@colecmc I ended up implementing reCaptcha v1 for <=IE8, and leaving v2 for others

@rowan-m rowan-m added the widget label Aug 4, 2016
@rowan-m
Copy link
Contributor

rowan-m commented Jul 29, 2018

Closing super old issues. Please re-raise if still relevant.

@rowan-m rowan-m closed this as completed Jul 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants