newhck / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

layout: radio / checkboxes not ok when labelWidth is defined #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.define "labelWidth" to the form
2.add radiobutton or checkboxes

What is the expected output? 
All checkboxes or radiobuttons under eachother keeping the labelwidth.

What do you see instead?
The first item is ok, the following is under the labelwidth.

What version of the product are you using? On what operating system?
r.268

Original issue reported on code.google.com by sven.lar...@gmail.com on 15 Jul 2010 at 3:28

GoogleCodeExporter commented 8 years ago
You're correct.   Thanks for the bug report.  The latest revision r280 contains 
a fix for this.  To download, run the command below...

svn export http://php-form-builder-class.googlecode.com/svn/trunk/ 
php-form-builder-class

Please let me know if this fixes your problem.

Thanks,
Andrew

Original comment by ajporterfield@gmail.com on 15 Jul 2010 at 4:26

GoogleCodeExporter commented 8 years ago
It looks ok for those two. 
The following items need also some attention: 
addSort
addCheckSort
addLatLng
addCaptcha
addSlider

Original comment by sven.lar...@gmail.com on 16 Jul 2010 at 7:51

GoogleCodeExporter commented 8 years ago
You're correct again:)  The latest revision - r281 - contains a fix for these 
form elements.  Thanks for the testing and bug reports.  They're very 
beneficial to the project.

- Andrew

Original comment by ajporterfield@gmail.com on 16 Jul 2010 at 2:09

GoogleCodeExporter commented 8 years ago
All items are ok. 
Thank you.

Original comment by sven.lar...@gmail.com on 16 Jul 2010 at 2:35

GoogleCodeExporter commented 8 years ago

Original comment by ajporterfield@gmail.com on 16 Jul 2010 at 3:18