In my point of view this is a bug: textimage (captcha) generated img tag does not have a css class information. This leads to sticking to upper content in my experience and it is impossible to add any highlighting frame to captcha image for example. All this gives additional mess when submitting.

Other approach is to wrap all captcha related html output into div element. This will really help to make so nicer themes.

But other things works great on 4.7. Thanks to developer!

CommentFileSizeAuthor
#1 textimage.patch.txt702 bytesmeba

Comments

meba’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new702 bytes

Found this bug too. Textimage also appears at the same line as previous content because of missing div. Attaching little patch which fixes this. Hope to get it committed...

wundo’s picture

Status: Reviewed & tested by the community » Fixed

committed ;)

thanks meba

DaveNotik’s picture

Title: img class missing » img class broken
Status: Fixed » Active

Re-opening this issue. The patch that was applied results in a broken class.

Shows up with the slashes and all, as such:

<div class=\"textimage-challenge\">

wundo’s picture

thanks David ;)

wundo’s picture

Status: Active » Fixed

thanks David ;)

wundo’s picture

Status: Fixed » Closed (fixed)
rkn-dupe’s picture

If anyone could explain how to use this class to just put an border around the image instead of around the image and white space to the right of it? That would be great