Closed (fixed)
Project:
Honeypot
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Aug 2011 at 15:07 UTC
Updated:
25 Aug 2011 at 05:51 UTC
I enabled Protect All Forms. Then I enabled the search form. The blank field and the words 'Leave this field blank' are visible above the search box.
Comments
Comment #1
geerlingguy commentedI'll take a look at this. I actually haven't fully tested the Protect All Forms setting yet, as I don't use it on the sites where I'm using Honeypot. Hopefully, though, I'll have this issue fixed in a few hours.
Comment #2
geerlingguy commentedI've fixed the problem - needed to add an !important flag in the CSS to hide that field, since inline-containers are given a display: inline rule which overrode what I had set up in Honeypot.module. See http://drupalcode.org/project/honeypot.git/commit/1d4f532
I will release 7.x-1.2 today with this fix.
Comment #3
john_b commentedThanks. Works fine!