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

Nuno Veloso - December 3, 2008 - 15:29

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

taite11 - December 4, 2008 - 01:12

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

Nuno Veloso - December 4, 2008 - 10:17

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

halcyonandon - December 16, 2008 - 17:24

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

simohell - December 20, 2008 - 18:50

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

NancyDru - July 15, 2009 - 16:22

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

NancyDru - July 15, 2009 - 18:47
Status:active» fixed

Committed to both -dev versions.

#8

NancyDru - July 20, 2009 - 14:06
Status:fixed» closed

Included in new release.

 
 

Drupal is a registered trademark of Dries Buytaert.