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

Progress ring keeps spinning on IE9 in compatibility mode #233

Open
GoogleCodeExporter opened this issue Aug 11, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Open my page in IE9 in compatibility mode
2. Click ReCaptcha verification box
3. Progress ring just keeps spinning.  If I open network console nothing is 
actually happening.
4. If go into developer mode and then start the script debugger ReCaptcha then 
works.

What is the expected output? What do you see instead?
I would expect the recaptcha box to send network traffic to google for 
verification.  

What version of the product are you using? On what operating system?
This is IE9 on Windows 7.  

Please provide any additional information below.
Initially I was having issues because in compatibility mode the document 
standards were reverting back to IE7.  I have added the following meta tage to 
override that.  

<meta http-equiv="X-UA-Compatible" content="IE=edge">

Original issue reported on code.google.com by [email protected] on 14 Apr 2015 at 2:44

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

No branches or pull requests

1 participant