Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2010 at 20:04 UTC
Updated:
20 Apr 2011 at 13:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerI try to reproduce the bug but it's not possible for me to do it. Can you give more details? Maybe this is just a css bug.
Comment #2
esmerel commentedComment #3
dawehnerWhat happens if you uncheck the "fill up single line" option?
Comment #4
Unnamed commentedComment #5
Unnamed commentedI'm using the default theme. D7-beta
Comment #6
Unnamed commentedI send you admin user login:pass and link bug
Comment #7
dawehnerMh. I cannot find the right view :(
Comment #8
Unnamed commentedViews type page in http://unnamed.net.ua/downloads
Comment #9
merlinofchaos commentedThose fields appear to be custom? Or at least, I don't recognize the names of the fields and they do not conform to normal Views naming conventions.
Fields that report themselves as being block level fields cannot be made inline. That might be the problem.
(Note the grid style will not make your fields inline, so don't pay attention to that; only the 2nd screenshot matters).
Comment #10
Unnamed commentedDefault vief "tracker"
http://unnamed.net.ua/tracker
Comment #11
ozoned commentedGrid can't be filled horizontally with single column.
Try to set 'Number of Colums' more then 1.
Comment #12
Unnamed commentedNumber of columns in the grid gives a different result. And to conclude, in this same field in the grid line.
Comment #13
esmerel commentedComment #14
merlinofchaos commentedWhen I try this exact thing, I get the result I expect.
I note that your field labels are in bold, and that the field that does not have a label is properly inline. Is it possible you have CSS that is making the label a block level element?
Comment #15
merlinofchaos commentedOh wait, this is D7, not D6.
I see Seven made
<label>a block level element.Well, I'm told we're not supposed to be using label there anyway.
Comment #16
iamjon commentedI talked to merlinofchaos about this on irc
I'm marking this as an unassigned task to change the way we are using labels.
Comment #17
iamjon commentedChanging title
Comment #18
druper commentedI'm having the same problem and resolved it by using "Rewrite Results" for each field and filling with
<strong>Label: </strong>[field_label]Not the way I'd expect Views to handle this but it's a workaround for now.
Comment #19
dawehnerYou can also configure the field and change the label tag there. No need to rewrite the output.
Comment #20
merlinofchaos commentedI agree. I learned elsewhere (and there may still be an issue open for that) that our use of the label tag is wrong, and we need to change this. It's particularly bad in Bartik that provides non-inline styling on the label tag.
Comment #21
dawehnerHere is a very simple view.
There the default label element type is span. Additional i can't find something in the code which returns label.
So here is a patch for the css file
Comment #22
merlinofchaos commentedYeah, it looks like we've already removed our usage of the label tag and I just never noticed.
Comment #23
druper commented"Configure the field"? If you mean in CCK, mine are already configured as inline. Where else to can you configure a field.