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,

CommentFileSizeAuthor
#4 bluemarineExposed.JPG86.92 KBlennart
#3 analyticExposed.JPG87.97 KBlennart

Comments

lennart’s picture

I can confirm this bug.

restyler’s picture

Status: Active » Postponed (maintainer needs more info)

I'm not sure that I understand the problem. Can you please provide some screenshots?

lennart’s picture

StatusFileSize
new87.97 KB

Fields for defining the exposed parts of views filters are not shown. See attached screenshot.

lennart’s picture

StatusFileSize
new86.92 KB

And here a screenshot showing how it should look (from bluemarine)

jadowd’s picture

yup... that was the problem.

restyler’s picture

Status: Postponed (maintainer needs more info) » Active

I'm going to explore it deeper, thanks for screenshots.

restyler’s picture

Status: Active » Fixed

Here is the fix:
find this code in style.css and remove it:

.clear
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	visibility: collapse;
}
lennart’s picture

Thanks for the fix!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.