-
Fix for this bug: http://drupal.org/node/1473166. The issue is that the Ajax file upload field is no longer draggable. I fixed it by re-arranging how and when the draggable wrappers are added to elements, placing them in a #pre_render function now.
-
2-26-2012 Added ability to control the "grid width" used with Arrange Fields. It is on the settings page. Default is 10px. If set to 1px, this allows users to move fields with a complete freedom of movement. Based on issue: http://drupal.org/node/1456534 2-22-2012 Changed how the Arrange Fields style tag is set, as well as how the form is targetted in CSS to be more specific. based on advice from this issue: http://drupal.org/node/1450450 2-19-2012 Made changes to keep a STRICT warning from appearing, as per this issue: http://drupal.org/node/1170352
-
2-26-2012 Added ability to control the "grid width" used with Arrange Fields. It is on the settings page. Default is 10px. If set to 1px, this allows users to move fields with a complete freedom of movement. Based on issue: http://drupal.org/node/1456534 2-22-2012 Changed how the Arrange Fields style tag is set, as well as how the form is targetted in CSS to be more specific. based on advice from this issue: http://drupal.org/node/1450450
-
Made changes to fix a persistant issue for some users, where textfields sometimes have a height of only 1px. To this end, this module no longer attempts to set the height of textfields, only textareas. The orignal issue is: http://drupal.org/node/1241750
-
Made changes to fix a persistant issue for some users, where textfields sometimes have a height of only 1px. To this end, this module no longer attempts to set the height of textfields, only textareas. The orignal issue is: http://drupal.org/node/1241750
-
Added very small CSS tweak, to correct a problem with the webform datepicker component, which caused it to stack its elements in a weird way. Isse: [#1372978]
-
Trying to fix repository for 6x branch, to make the dev release the same version as 1.4
-
Thanks to user drizzi (http://drupal.org/user/226909) for letting me debug on his server, I discovered the solution to an anoying bug affecting several Webforms users. When you set the label to be "inline" in webforms, a strange interaction with CSS and jQuery UI caused textfields to resize strangely. From now on, use Arrange Fields to set the label as inline or not. Also, fixed an issue where sometimes form elements wind up "stacked" on top of each other when arranging fields for the first time. Also fixed a bug where setting radio buttons/checkboxes to inline, then back to block caused a problem.
-
Found a bug which was causing certain webform components to not be configurable (they didn't get the configure link on the hover handle), and they were not being recognized as webform components.
-
Added the ability to specify module include files along with form_id's, on the Arrange Fields settings page.