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!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | textimage.patch.txt | 702 bytes | meba |
Comments
Comment #1
meba commentedFound 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...
Comment #2
wundo commentedcommitted ;)
thanks meba
Comment #3
DaveNotik commentedRe-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\">Comment #4
wundo commentedthanks David ;)
Comment #5
wundo commentedthanks David ;)
Comment #6
wundo commentedComment #7
rkn-dupe commentedIf 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