Closed
Bug 183911
Opened 22 years ago
Closed 21 years ago
The text input is incorrectly formated with size.
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 141526
People
(Reporter: poj, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
The tag <INPUT name="whatever" type="text" size=2> will give me 4 characters
instead of 2. Mozilla will give incorrect size for all sizes that are entered.
This worked in Mozilla 1.1.
Reproducible: Always
Steps to Reproduce:
1. Just load a page with the tag mentioned above.
2.
3.
Actual Results:
Error in output.
Expected Results:
An input textbox with 2 characters.
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 141526 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•