Closed
Bug 162896
Opened 23 years ago
Closed 23 years ago
<input type="text" size="X"> size off by one
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: davidmaxwaterman, Assigned: attinasi)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.1b) Gecko/20020805
BuildID: 2002080508
I looked like the 'size=' part of the <input type="text"> is off by one on Mac OS X.
This line :
<input type="text" name="" value="2259895-1" size="10">
displays correctly even though it is only 9 characters long.
The same line displays correctly on IRIX - ie putting an extra space in (which
is actually not what I want, so I would change it to one less character if it
would be the same on the different platforms.
Reproducible: Always
Steps to Reproduce:
1.View the above page on different platforms
2.
3.
Actual Results: Size of text field differs by one - OS X seems to be one too small.
Expected Results: Should be the same number of characters wide as is specified
by the 'size=' field.
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 92980 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•