ericmckean / quirkysoft

Automatically exported from code.google.com/p/quirkysoft
GNU General Public License v3.0
0 stars 0 forks source link

input field gets max length wrong #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Visit http://www.gigaparts.com/sweepstakes
2. Attempt to enter a six character callsign in the "Enter Callsign" field
3. Observe that you can only input five characters

What is the expected output? What do you see instead?

Checking the source of the page, you find an input field for the callsign
that has a maxlength parameter equal to six.  I expect to be able to enter
my callsign (which is a 2x3 callsign, six characters long) in the field,
but it will not allow me to enter more than five characters.

What version of the product are you using?

0.3.4

Please provide any additional information below.

Original issue reported on code.google.com by jan.l.pe...@gmail.com on 10 Oct 2007 at 6:39

GoogleCodeExporter commented 9 years ago
I see a different problem - maxlength is not handled at all (it is completely 
ignored
by bunjalloo), so it is possible to enter *any* length. i.e. I can enter 7 or 
more
characters, even though maxlength is 6.

Original comment by richard.quirk on 10 Oct 2007 at 8:41