Closed
Bug 1131
Opened 26 years ago
Closed 26 years ago
Text input fields have extra whitespace
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
People
(Reporter: angus, Assigned: karnaze)
Details
I think I might have filed this bug before; if so, please mark as duplicate.
<input type=text size=3 value="123">
Expected behavior (this is what I see in IE5 and Nav4.5):
[123]
Actual behavior:
[ 1 ]
There is blank space inside the left and right edges of the input field.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 1•26 years ago
|
||
Oops, my bad. I didn't realize I had filed this before. Apparently it's assigned
to kmcclusk.
*** This bug has been marked as a duplicate of 865 ***
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
•