recaptcha icon indicating copy to clipboard operation
recaptcha copied to clipboard

The captcha error message is truncated

Open SammiJC opened this issue 6 years ago • 9 comments

Issue description When you validate the captcha and leave it to expire the error message appears truncated image

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

  1. Click on link
  2. Check: I am not a robot
  3. Switch the tab so the website is not visible
  4. When you go back to the inactive page the captcha error will be truncated

SammiJC avatar Sep 17 '18 09:09 SammiJC

Getting same issue :(

umeshpatadiya avatar Dec 18 '19 07:12 umeshpatadiya

Could you please fix this issue?

OlegKozlovskui avatar Apr 08 '20 13:04 OlegKozlovskui

+1

abenjamin765 avatar Aug 08 '20 20:08 abenjamin765

+1 still an issue

haaayden avatar Aug 18 '20 19:08 haaayden

+1 this is still an issue, could we please fix this?

susingh avatar Sep 01 '20 04:09 susingh

still

Yaolegol avatar Nov 16 '20 05:11 Yaolegol

any fix for this yet?

milix2019 avatar Apr 02 '21 07:04 milix2019

+1

qiqqq avatar Apr 12 '21 14:04 qiqqq

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); } }

milix2019 avatar Apr 12 '21 16:04 milix2019

Closing old issues that are not related to the PHP client code.

rowan-m avatar Feb 20 '23 12:02 rowan-m