1: Fieldsets/groups should never be nested. I know it often feels like a good solution, but if you think nested fieldgroups are the way to go, you should re-think your forms.

2: Nesting them when there is nothing to nest, is a bug. See attached screenshot.

IMO the way to solve 2, is by simply solving 1: Dont ever nest fieldsets. However, 2 is certainly a bug, so even if 1, is disputed, 2 should be solved.

CommentFileSizeAuthor
location_double_fieldset.png68.98 KBBèr Kessels

Comments

geodaniel’s picture

Status: Active » Closed (duplicate)

Ber, I agree that perhaps completely un-nesting the boxes may help. The reason the boxes are nested is to keep them grouped together when there is more than one location location per node enabled, but this shouldn't really be the case for one location, as you point out.

There is a ticket for this already at http://drupal.org/node/108654 that I was meaning to go back to and try to tidy up.