I've created a CCK group (Uploads Images / Files) with the default style set to 'collapsed' inside this group I've placed two filefield fields. When adding content to this node type the delta order is visible (normally hidden).

Attached screen showing problem.

CommentFileSizeAuthor
order_showing.jpg44.94 KBsittard
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

quicksketch’s picture

I think this is actually a bug with either CCK or Drupal core's tabledrag functionality (most likely Drupal core). However I thought I remembered this exact problem already being fixed. Are you using the latest version of Drupal core?

sittard’s picture

I'm using the latest Drupal release (6.17).

AdrianB’s picture

I have the same issue. Using Drupal core 6.19, CCK 6.x-2.8 and FileField 6.x-3.7.

quicksketch’s picture

Status: Active » Postponed (maintainer needs more info)

The most likely cause of these problems are JavaScript errors on the page. I'll need to be able to reproduce this problem, but I really doubt it's a problem with FileField. I'm 90% certain you'd see the same problem with any multi-value fields on the same form.

jozzhart’s picture

Did anyone get to the bottom of this. I'm suddenly getting the delta col showing up too (and the remove checkbox) for all my multigroup fields. I've checked and I'm not getting any javascript errors either.

Thanks,
Joel

jozzhart’s picture

Project: FileField » Content Construction Kit (CCK)
Version: 6.x-3.7 » 6.x-3.x-dev
Component: User interface » CCK in core
Status: Postponed (maintainer needs more info) » Active
jozzhart’s picture

The issue I was having is JavaScript related. I was using the new webfonts service from fonts.com and it's script was stripping the js class that is added to the HTML tag at the start of the document dynamically. Thus, the appropriate css styles aren't applied.

So if you aren't getting JavaScript errors, use firebug to check that the js class has been added to the HTML tag and then go from there.

jozzhart’s picture

Status: Active » Closed (fixed)
sittard’s picture

Status: Closed (fixed) » Active

Re-opening this as I've just came across this bug on a new site build.

To reproduce:
- Vanilla Install of Drupal 6.20
- Install CCK (6.x-2.8)
- Enable Modules: Content, Fieldgroup, Node Reference, Option Widgets and Text
- Create a new content type and add a fieldgroup (set as collapsed).
- Create a node reference (auto complete text field and unlimited).

In the node edit form the order delta drop down is visible. Tested in Firefox and Chrome and in both browsers the order delta is visible. I don't see any JavaScript errors and everything else appears to be functioning as expected.

Changing the field group to 'Always Open' fixes this bug, so I'm guessing this conflict is with the collapsible setting.

I don't have any additional modules of themes installed except Drupal core and CCK.

sittard’s picture

As a temporary workaround I've noticed installing the project Vertical Tabs (http://drupal.org/project/vertical_tabs) hides this problem.

KarenS’s picture

Version: 6.x-3.x-dev » 6.x-2.x-dev

Apparently this is a 6.2 issue, although it may affect both 6.2 and 6.3.

KarenS’s picture

Interesting. I can reproduce the problem in CCK 6.2, but it seems to be fixed in CCK 6.3, which has the new nested fieldgroups patch. Not sure what to make of that.