I have added a single CCK field - configured with Number of values: unlimited.
I then add the CCK field to a group - configured with Style: collapsible or Style: collapsed.

When I then view /add/node/my-content-type the field is displayed with a right side-bar to scroll up/down within the group.

When I set Number of values to any other value (eg. 1, 2, 3) this displays correctly with no side-bar to scroll down. The same is true when the group is set to Style: always open

I have found this behaviour in Firefox 3, Chrome 2 and Safari 3.2, while IE 6 and Opera 9 seem to handle it correctly.

This behaviour seems to be consistent for all CCK fields. I have tested it with the following: Text: textbox, Links, File: Embedded Media Image, File: Embedded Media Video.

Comments

markus_petrux’s picture

It might be something related to your configuration as it doesn't happen here. Tested in FF3, IE and Opera.

hefox’s picture

I'm having the same issue.

Using a subtheme based on zen.

It has something to do with the "clear-block" class

According to firebug in default.css of system, the clear-block class on line 42 is declared as display:inline-block while on 50 it's redeclared as display:block.

I added

.content-add-more {
display:inline-block;
}

to my style and at the moment it's fixed it, not sure what repercussions that'll have.

markus_petrux’s picture

Category: bug » support
Status: Active » Fixed

It's a theme issue, so please report to the issues queue of the theme project.

andrewsuth’s picture

Project: Content Construction Kit (CCK) » Zen
Version: 6.x-2.4 » 6.x-1.0
Component: fieldgroup.module » CSS/HTML Markup
Category: support » bug
Status: Fixed » Active

The problem I was having was also because of a Zen sub-theme.

Changing project module to Zen.

akalata’s picture

Status: Active » Closed (won't fix)

Closing old/inactive requests.