Closed (won't fix)
Project:
CAPTCHA
Version:
5.x-3.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2008 at 17:19 UTC
Updated:
2 Jan 2010 at 03:32 UTC
Jump to comment: Most recent file
The captcha module should probably not add the 'Add Captcha' link to Drupal's search form, because it interferes with the search button when it is presented inline. This is a minor usability issue that's probably easily fixed.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Picture 4.png | 31.79 KB | soxofaan |
Comments
Comment #1
soxofaan commentedWell, I don't think this issue worth fixing,
the CAPTCHA admin link is only added for users with the "administer CAPTCHA settings" permission and only when the feature is enabled. Moreover, it is only a visual glitch, it does not disable any functionality.
The feature of adding CAPTCHA admin links is not meant to be enabled all the time, so I would recommend to disable it once you don't need it anymore.
On the other hand, some admins might possibly want to add a CAPTCHA to the search form (for example to avoid automated DDOS attacks or something) and then not showing the CAPTCHA admin links would be a bug.
Comment #2
rernst commentedOn the other hand, it's entirely possible to add a capcha to the search form just by plugging it into the captcha module configuration.
It indeed 'disables' functionality, as it makes it difficult or impossible (depending upon the placement of other elements) to click the search box.
Comment #3
soxofaan commentedCan you give an example of this?
With a default Garland theme I get the still usable situation as in the attached screenshot
Comment #4
MBroberg commentedIt bothered me too. I was able to hide it with css...
#search fieldset.collapsible{
display:none;
}