Closed
Bug 642
Opened 27 years ago
Closed 26 years ago
text field widget is wrong size, font
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: angus, Assigned: karnaze)
Details
This text field should be 2 chars long, but it's renders as 3:
<input type="text" size=2 value="1234">
This text field should be 20 chars long, but it renders as about 35:
<font face="Times">
<input type="text" size=20 value="12345678901234567890">
</font>
Not sure if this is a forms thing or a widget thing...
Assignee | ||
Updated•27 years ago
|
Status: NEW → ASSIGNED
Component: Unknown → Form Submission
Reporter | ||
Comment 1•26 years ago
|
||
This is a good case where we should follow the HTML standard and not propogate a
Navigator bug. I've also filed this as a bug to be fixed in Gromit. The correct
behavior is specified here:
http://www.w3.org/TR/REC-html40/interact/forms.html#adef-size-INPUT
For all non "type=text" INPUT's, the size means a pixel value.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•