If you create/edit an image field the "Default image" area is embedded in the "Data settings area" and not fully shown - see file attached.

CCK/Views latest version.

CommentFileSizeAuthor
#4 firebug_shows.PNG15.4 KBbastos
imagefield_bug.png23.42 KBcarsonh

Comments

Gábor Mayer’s picture

drupal 5.5, clean install.

dopry’s picture

what happens if you expand the fieldset by clicking on the title?

dopry’s picture

Status: Active » Postponed (maintainer needs more info)

I cannot reproduce with the DRUPAL-5--2 or HEAD branches.

bastos’s picture

StatusFileSize
new15.4 KB

Hi,
The same issue happened to me. Firebug shows this.

thanks

jmav’s picture

Is this fixed?

Rob_Feature’s picture

Same issue here...subscribing...

ashtronaut’s picture

I found a quick hack. If you comment out line 97 in imagefield.module you will be able to see the Default Image fields. . . . .

$form['default'] = array(
        '#type' => 'fieldset',
        '#title' => t('Default image'),
        '#collapsible' => TRUE,
 //     '#collapsed' => !$field['use_default_image'],
      );

ash

carsonh’s picture

Behaviour remains in RC 4. However, the quick hack in this comment: http://drupal.org/node/205122#comment-711273 helps.
Thanks

carsonh

bomarmonk’s picture

Same problem using RC 4. I performed the quick hack above, and now the default image form shows up. However, default images are still not displayed.

dopry’s picture

Status: Postponed (maintainer needs more info) » Fixed

Committed to DRUPAL-5--2 it seems nested collapsible fieldsets are broken.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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