Theme does not correctly expose views elements
jadowd - February 5, 2009 - 23:12
| Project: | Analytic |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
When constructing a view, I was not able to do the following normal filter functions when attempting to expose filters:
Unlock operator
Edit filter label
Edit Filter identifier
Edit Operator identifier
Edit "Optional" checkbox
Edit "Remember" checkbox
These fields were not even visible.
Thanks,

#1
I can confirm this bug.
#2
I'm not sure that I understand the problem. Can you please provide some screenshots?
#3
Fields for defining the exposed parts of views filters are not shown. See attached screenshot.
#4
And here a screenshot showing how it should look (from bluemarine)
#5
yup... that was the problem.
#6
I'm going to explore it deeper, thanks for screenshots.
#7
Here is the fix:
find this code in style.css and remove it:
.clear{
clear: both;
font-size: 0px;
line-height: 0px;
visibility: collapse;
}
#8
Thanks for the fix!
#9
Automatically closed -- issue fixed for 2 weeks with no activity.