For some reason, the form is sometimes being torn to fit the width of the surrounding content. See attached screenshot for a demonstration of what's going on.

CommentFileSizeAuthor
#4 Picture 6_3.png21.67 KBkengggg
recaptchasplit.png7.25 KBrobloach

Comments

Christefano-oldaccount’s picture

I can confirm this happens in Garland as well as other themes.

lennart’s picture

I can confirm this problem.

carl ditzler’s picture

Also confirmed with a custom theme. By the way, I've been interested in a reCAPTCHA module since reCAPTCHA launched - excellent!

kengggg’s picture

StatusFileSize
new21.67 KB

Confirmed, same problem occurred on minnelli (garland) also.

robloach’s picture

...It works on various other themes, including NonZero: Test.

ICDeadPpl’s picture

Danger4k theme (http://drupal.org/project/danger4k) get the split up form...

lennart’s picture

Adding the following to my theme's style.css solved the problem for me:
#recaptcha_area {
width: 318px;
}

robloach’s picture

Assigned: Unassigned » robloach
Status: Active » Fixed

Thanks a lot! Commit 69337 adds the CSS to a recaptcha.css, which is used only when the reCAPTCHA form is presented.

Anonymous’s picture

Status: Fixed » Closed (fixed)