On Fri, 2005-05-20 at 09:41 -0700, Cheryl Chase wrote:
After upgrading from 4.5.2 to 4.6, the textareas of my webforms had shrunk to one line. I see how to set width and height when adding a new textarea component to a webform, but no way to edit the width and height of an existing textarea. Is this possible?
In the edit view of the form select the textarea component and click on the "Edit selected" buton. Enter the width and height in the text input boxes and press Done. Don't forget to save the form afterwards.
Also, this is a bug in webform upgrade. Previously (4.5.2), the width and height of a textarea were set by having the value of database field "extra" be, for instance, "80x40". Now it contains a structured string, as follows:
a:3:{s:11:"description";s:23:"Enter your message here";s:4:"cols";s: 2:"80";s:4:"rows";s:2:"40";}
Not a bug, a feature.
Thanks,
Cheryl
-- [ Drupal support list | http://lists.drupal.org/ ]