Fieldset rendering seems is broken in the DRUPAL-5 branch, the bug is also present in the April 30 5.x dev release.

It looks like fieldset items (children) are not being rendered inside the fieldset, but at the same level.

The 1.2 DRUPAL-5 release does not exhibit the problem

CommentFileSizeAuthor
#1 fieldset_0.patch432 bytesAnonymous (not verified)

Comments

Anonymous’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new432 bytes

Patch to fix attached

Anonymous’s picture

It seems something else is broken with regard to fieldsets in HEAD/dev, if you submit a form with fieldsets you get errors about duplicate inserts into webform_submitted_data

quicksketch’s picture

Thanks cpisto. I've committed your first patch. Fieldset's added a good amount of complexity to webform. I recently made some changes to address the complaints about the cryptic form element names and make them work better with international characters. Looks like I didn't test the fieldsets out adequately.

quicksketch’s picture

Status: Reviewed & tested by the community » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)