Closed (fixed)
Project:
Webform
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
22 May 2004 at 10:29 UTC
Updated:
29 Jun 2004 at 07:20 UTC
When setting up a textfield with a relatively small data length, the textfield should be shrunk to represent this length. This is particularly true when entering post or zip codes which look odd if they are being put into an 80 char text input box.
Comments
Comment #1
ullgren commentedThe textfield will now be set to size == maxlength if the maxlength is <50.
For maxlength > 50 the size will be set to 50.
Comment #2
lba commentedCould it be you forgot to commit your fix to head?
Thx,
Luc
Comment #3
ullgren commentedNope ... should be there in the 4.4 branch aswell.
If setting the extra field to a number for the textfield component this is
used to set the maxsize and, if it is below 50, the size of the textfield.
Comment #4
(not verified) commented