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

nunoveloso’s picture

Did the CSS proposed on http://drupal.org/node/304754 code worked for D6?

I still have no issues of that kind (in Safari)

OneTwoTait’s picture

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.

nunoveloso’s picture

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

halcyonandon’s picture

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...".

simohell’s picture

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.

nancydru’s picture

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.

nancydru’s picture

Status: Active » Fixed

Committed to both -dev versions.

nancydru’s picture

Status: Fixed » Closed (fixed)

Included in new release.