recaptcha
recaptcha copied to clipboard
The captcha error message is truncated
Issue description
When you validate the captcha and leave it to expire the error message appears truncated
Environment Live and Development environment
- OS name and version: Windows 10
- Browser name and version: Chrome Version 69.0.3497.92
Reproducing the issue https://anuas.associationadmin.org/ContactUs/index/portal/organization
User steps
- Click on link
- Check: I am not a robot
- Switch the tab so the website is not visible
- When you go back to the inactive page the captcha error will be truncated
Getting same issue :(
Could you please fix this issue?
+1
+1 still an issue
+1 this is still an issue, could we please fix this?
still
any fix for this yet?
+1
I had this issue when it expires and give that error message. I did a workaround but still is not the best solution. I have added the onExpired function and when it fires, I increased the height like so. Hope it helps anyone out there.
<ReCAPTCHA onExpired={() => this.onExpired()} ref={this.recaptchaRef} />
onExpired() { // I am refering to the ReCAPTCHA iframe const frameElement = document.getElementsByTagName('iframe'); if (frameElement && frameElement[0]) { setTimeout(() => { frameElement[0].height = 100; }, 500); } }
Closing old issues that are not related to the PHP client code.