You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using angular2-recaptcha for my Angular 4 application. It works as expected but there is a small bug in IE11:
When the reCAPTCHA challenge appears, a modal with images is opened
After completing succesfuly the challenge (clicking the Verify button), the modal should close automatically, and it does in Chrome, but not in IE 11 or Firefox (54.0 in my case). No error message is shown, but the Verify button remains disabled and the only way to close the modal is clicking outside it. The callback is done succesfuslly, which means is only a visual bug.
Do you have any idea on how to solve this?
Thank you and regards,
The text was updated successfully, but these errors were encountered:
Hello,
I'm using angular2-recaptcha for my Angular 4 application. It works as expected but there is a small bug in IE11:
When the reCAPTCHA challenge appears, a modal with images is opened
After completing succesfuly the challenge (clicking the Verify button), the modal should close automatically, and it does in Chrome, but not in IE 11 or Firefox (54.0 in my case). No error message is shown, but the Verify button remains disabled and the only way to close the modal is clicking outside it. The callback is done succesfuslly, which means is only a visual bug.
Do you have any idea on how to solve this?
Thank you and regards,
The text was updated successfully, but these errors were encountered: