Styling issues (image_captcha)

Created on 15 September 2023, about 1 year ago
Updated 16 October 2023, about 1 year ago

Problem/Motivation

Latest captcha styling is easily interfered by theming and not accessible

Steps to reproduce

"Get new captcha!" text is hidden by styles (font-size:0px) which can be easily overwritten by any theme

https://git.drupalcode.org/project/captcha/-/blame/2.x/modules/image_cap...

<a href="/image-captcha-refresh/image_captcha_settings" class="reload-captcha processed">Get new captcha!</a>

Proposed resolution

"Get new captcha" text should be added to title attribute on a link (not hidden text)


<a href="/image-captcha-refresh/image_captcha_settings" class="reload-captcha processed" title="Get new captcha"></a>

Example:

https://git.drupalcode.org/project/captcha/-/blob/2.x/modules/image_capt...

🐛 Bug report
Status

Needs review

Version

2.0

Component

Image Captcha (image_captcha)

Created by

🇦🇺Australia jannakha Brisbane!

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024