When captcha answer is wrong, it highlights other

. In my case, it hightlights the
of CCK Fieldgroup Tabs module.

See attached picture.
or
try out on my live site: http://debpack.net/comment/reply/11602#comment-form

Comments

soxofaan’s picture

Project: CAPTCHA » CCK Fieldgroup Tabs
Version: 6.x-2.1 » 6.x-1.x-dev
Category: bug » support

The problem is not caused by the CAPTCHA module itself:
if I post to your form with correct CAPTCHA response, but with an empty comment body, I get the same problem.

The problem is maybe in CCK Fieldgroup Tabs. Moving this issue over there for now.

It can also be your theme: what theme are you using? Does it also occur with other themes e.g. Garland?

xn2001’s picture

Title: When captcha answer is wrong, it highlights other <DIV> » CCK Fieldgroup Tabs's <div> are hightlighted in red when there is a validation error in the form.

@soxofaan
You are right. It is not caused by captcha.
I switched to Garland theme and the

from CCK Fieldgroup Tabs is still highlighted in red if there is an validation error.
Therefore, it is more probable that the issue is caused by CCK Fieldgroup Tabs module.
joostvdl’s picture

StatusFileSize
new65.11 KB

I have the same problem. The complete tab is highlighted red. Not only the field with a validation error. (see attachement). I have the ZEN theme.

usonian’s picture

StatusFileSize
new22.59 KB

Seeing this also with the Blueprint theme.

usonian’s picture

not seeing this problem with the Sky theme. Maybe as simple as a CSS collision somewhere?

SeanA’s picture

This seems to be a problem with the Tabs module, which handles form errors for CCK Fieldgroup Tabs. See #362973: Error handling with multiple forms in multiple tabs

clashar’s picture

subscribe

SeanA’s picture

By the way, there's a possible fix for this problem here: #362973: Error handling with multiple forms in multiple tabs

clashar’s picture

SeanA, thank you!
this patched worked well for me.

clashar’s picture

Status: Active » Needs review