PDA

View Full Version : labelAlign bug



mdombos
8 Aug 2007, 6:29 AM
When setting the 'labelAlign' of a form to 'top' then setting 'labelAlign' of a fieldset to a different value (e.g.: left) causes a display error, the field is indented as if the label is placed at the place according to the 'labelAlign' of the fieldset, but the actual label is displayed on the top, and not on the left side. On the other hand, the problem does not occur if the 'labelAlign' is set to the default value, so if the 'labelAlign' of the form is set to 'left', then the label is displayed in the proper place, according to the 'labelAlign' of the fieldset.

jack.slocum
8 Aug 2007, 9:27 AM
You don't have enough space reserved for your labels and fields and therefore the floats are wrapping. Try adjusting your labelWidth and width values to get them within the available space.