Closed (duplicate)
Project:
Location
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2007 at 16:00 UTC
Updated:
29 Mar 2007 at 12:19 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| location_double_fieldset.png | 68.98 KB | Bèr Kessels |
Comments
Comment #1
geodaniel commentedBer, 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.