In the "manage fields" local task, I am asked to click the save button when I want to change the weight of the fields on the input form.
Bug: no save button appears at the bottom of the field.

Enabled modules: Content, FileField, ImageField.

Comments

yched’s picture

Status: Active » Postponed (maintainer needs more info)

Cannot reproduce in current 6.x-2.x.
The 'Save' button appears as soon as there's something to save (i.e some field positions have been saved through drag-n-drop)

yellek’s picture

I am also seeing this on Drupal 6.4 with CCK 6.x-2.0-rc6 . The other day it was intermittent but today it is reproducible every time. I have been adding modules to my site today including:

FileField 6.x-3.0-alpha4
ImageField 6.x-3.0-alpha2
Content Profile 6.x-1.0-beta2
ImageAPI 6.x-1.0-alpha2
Tagadelic 6.x-1.0

The problem occurs both in IE 7 and Firefox 3.

karens’s picture

The D6 versions of imagefield and filefield are known to still have problems -- it says so right on the project page. If you don't have a problem if you leave those modules out, but you do have a problem when you use those modules, it's caused by one of them and you need to file an issue there.

mindpalette’s picture

For me, the missing "Save" button problem was caused by the Devel module: Theme developer 6.x-1.10 (back to normal after disabling the Theme Developer module).

yched’s picture

Status: Postponed (maintainer needs more info) » Fixed

Thx for reporting

ethnovode’s picture

Status: Fixed » Active

I have the same problem with Drupal 6.4 and CCK 6.x-2.0-rc7. No save button with any navigator and no Devel Module active.

From Safari Inspector when I try to move a field I get this error :
TypeError: Result of expression '$(this.element)[directions[d]]' [undefined] is not a function. tabledrag.js (line 1013)

I have tried to remove some modules to see if it came from another module but I couldn't find anything. If I can help you tracking this bug please tell me.

Thank you for reading my bad english and keep up the good work.

karens’s picture

Status: Active » Postponed (maintainer needs more info)

Try the latest -dev version. The UI on that page is completely different now.

ethnovode’s picture

Version: 6.x-2.0-rc6 » 6.x-2.x-dev
Status: Postponed (maintainer needs more info) » Fixed

Thank you for the info. I tried and it still didn't worked (I love the new UI btw).
I finally found the problem and it doesn't seem to come from CCK but from the Lootz module :
http://drupal.org/project/lootz

For others having the same problem I would recommend that you try removing every modules until you find the one messing with CCK.

Edit : It came from the external js from http://www.wowdb.com

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.