insighty / openesignforms

Automatically exported from code.google.com/p/openesignforms
0 stars 0 forks source link

Fields with label none and 100% does not draw input field to 100% #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Define field without label and set to 100%
2. Test when input field, the field width is not set to 100%

What is the expected output? What do you see instead?
The input field width should set to whatever is defined.

Original issue reported on code.google.com by toni.yoz...@gmail.com on 3 May 2011 at 11:57

GoogleCodeExporter commented 8 years ago
This was fixed in 0.9.4.

Even with no label, the field should now fill it's space. In fact, with 100% 
and a label, you'll get "bad results" because the field will be sized to 100% 
width, but the added label will push it beyond.  LEFT/RIGHT labels with 100% 
may not work as desired, but they are correct, but will look better when using 
a percentage that makes more sense if you expect to have labels on the 
left/right side as they do need space.

Original comment by yoz...@gmail.com on 5 May 2011 at 11:53