Active
Project:
Content Construction Kit (CCK)
Version:
6.x-2.x-dev
Component:
CCK in core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2010 at 15:59 UTC
Updated:
2 Feb 2011 at 13:32 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| order_showing.jpg | 44.94 KB | sittard |
Comments
Comment #1
quicksketchI 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?
Comment #2
sittard commentedI'm using the latest Drupal release (6.17).
Comment #3
AdrianB commentedI have the same issue. Using Drupal core 6.19, CCK 6.x-2.8 and FileField 6.x-3.7.
Comment #4
quicksketchThe 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.
Comment #5
jozzhart commentedDid 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
Comment #6
jozzhart commentedComment #7
jozzhart commentedThe 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.
Comment #8
jozzhart commentedComment #9
sittard commentedRe-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.
Comment #10
sittard commentedAs a temporary workaround I've noticed installing the project Vertical Tabs (http://drupal.org/project/vertical_tabs) hides this problem.
Comment #11
karens commentedApparently this is a 6.2 issue, although it may affect both 6.2 and 6.3.
Comment #12
karens commentedInteresting. 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.