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)

x86
Windows 95
defect

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...
Status: NEW → ASSIGNED
Component: Unknown → Form Submission
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.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
QA Contact: 4137
Status: RESOLVED → VERIFIED
Looks fine. Verified fixed in 09-March build.
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.