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.
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.
Comments
Comment #1
nunoveloso commentedDid the CSS proposed on http://drupal.org/node/304754 code worked for D6?
I still have no issues of that kind (in Safari)
Comment #2
OneTwoTait commentedI 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.
Comment #3
nunoveloso commentedYou 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
Comment #4
halcyonandon commentedline 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...".
Comment #5
simohell commentedHere 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.
Comment #6
nancydruThe 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.
Comment #7
nancydruCommitted to both -dev versions.
Comment #8
nancydruIncluded in new release.