Closed (fixed)
Project:
Form Builder
Version:
6.x-1.x-dev
Component:
Form Builder Core
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Feb 2012 at 10:11 UTC
Updated:
4 Jan 2014 at 01:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #0.0
tom verhaeghe commentedForgot to add screenshot.
Comment #1
quicksketchWhich version of Form Builder and Webform are you using? Right now, you must use the dev version of Webform with the dev version of Form Builder. The stable versions should also work together, but there are a significant number of improvements in the dev versions.
Actually you didn't mention if you're actually using Webform with Form Builder. What are you using Form Builder to edit?
Comment #2
tom verhaeghe commentedI'm indeed not using Webform with Form Builder. I've written a custom module and I'm attaching the data serialized in the database and I make use of Form Builder's API.
Comment #3
quicksketchI found that this problem only exists if you've put a description on your fieldset (as you did in your screenshot). Fieldsets without descriptions don't have a problem. This should be an easy thing to fix, what's happening here is the placeholder that helps you drop fields in a fieldset is disappearing because the description is there, so it doesn't think the fieldset is empty.
Comment #4
quicksketchThis patch corrects the problem by always skipping the fieldset description if present. D6 requires skipping both the description and legend, as sometimes the "fieldset-wrapper" div is there and sometimes not.
Comment #5
tom verhaeghe commentedI'm going to test this now, but I saw that this patch is already in the latest stable. Thanks a lot for the fix!
Comment #6
tom verhaeghe commentedTested and working on Drupal 7.12 and Form Builder 7.x-1.0.
Thanks!
Comment #7.0
(not verified) commentedUnable to add image, added link to it.