angular-recaptcha icon indicating copy to clipboard operation
angular-recaptcha copied to clipboard

Keyboard disabled after verifying captcha

Open Mysame opened this issue 8 years ago • 1 comments

Using Internet Explorer 11.0.36 I have a single-page AngularJS application. Whenever I open the vcRecaptcha, and verify it, I have a 50% chance keyboard input gets disabled to all other elements. I have not found a way to properly duplicate this issue, and was wondering if anyone has experienced the same behavior. I have not had this happen on other sites using ReCaptcha (albeit different implementations, thus not vcRecaptcha).

Mysame avatar Oct 31 '16 10:10 Mysame

When iframe of captcha is destroyed, IE loses the focus at all. That's why you can't type to the main page. So, focus must return to the main page before the iframe is destroyed.

More info here...

gfragioud avatar Jun 01 '17 10:06 gfragioud