inline format does not work
summerm - March 14, 2009 - 19:08
| Project: | CCK Fieldgroup Tabs |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Although I select the "inline" format option for various input fields, the title is displayed on the line before instead of inline with the field. I can see in the form array that "inline" is specified programmatically, but it doesn't make a difference in the final display.

#1
Hmm, sounds like a CSS issue. Probably the rule for inline display depends on specific element nesting that's broken by fieldgroup tabs.
I'd welcome a patch to add the needed CSS to fix this.