Closed
Bug 186271
Opened 22 years ago
Closed 22 years ago
textareas are 1 row taller than specified
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: bugzilla, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2.1) Gecko/20021130
Mozilla appears to be off-by-one when laying out textareas; a textarea specified
as 7 rows tall is displayed as 8 rows.
Reproducible: Always
Steps to Reproduce:
1. Create valid document with a textarea in it.
2. Specify a number of rows X for the textarea.
3. Watch as Mozilla renders X+1 rows.
Actual Results:
Mozilla renders one too many rows.
Expected Results:
Mozilla should have rendered one fewer row than it did.
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 33654 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•