user interface a little funny for 6.x version too
taite11 - November 21, 2008 - 18:50
| Project: | Content Management Filter |
| Version: | 6.x-1.1 |
| Component: | User interface |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Just like in this thread: http://drupal.org/node/304754
It still does this on the 6.x-1.1 version. I'm using the default theme. No biggy for me, just wanted to let you know.

#1
Did the CSS proposed on http://drupal.org/node/304754 code worked for D6?
I still have no issues of that kind (in Safari)
#2
I didn't use that css because I don't want to make anything on Drupal more complicated than it is.
I don't really care because it still works fine and normal users won't see this. I just posted becase I thought you might want it fixed for the module.
It works fine for me on Safari, but on Firefox 3 it doesn't.
#3
You are certainly right. Of course I would like to see that fixed but I am not a CSS guy. Anyway, I'll try to solve that and I already asked for some help.
Cheers
#4
line 359 of 'cmf.module' .... I just removed "status" from 'array('title' => t('node status')'
I understand its more a css issue, but for those, like myself, that dont feel like going through style sheets, this alternative takes 2 seconds.
Also, for the users "node is [published], [promoted], or [sticky]" makes just as much sense as saying "node status is...".
#5
Here is one CSS fix for the problem.
#node-admin-filter label.option {
white-space:pre;
}
The older CSS does not work in at least Firefox 2.
#6
The CSS in the other issue did not solve it for me. Nor did the CSS in #5.
See also core issue: #352682: User list filters messed up
I have a fix for this; I will submit it once my other stuff gets committed.
#7
Committed to both -dev versions.
#8
Included in new release.