Closed
Bug 258272
Opened 20 years ago
Closed 20 years ago
textareas in forms show one row more than specified in source
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: henning, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040803 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040803 Firefox/0.8
A textarea formfield specified in the htmlsource:
<textarea cols="40" id="abc" Name="abc" rows="5">xyz</textarea>
This is displayed with 6 rows instead of 5. It seems that there is 1 row
displayed too much in every case.
Reproducible: Always
Steps to Reproduce:
1.Create a HTML-Page with a form that includes a textarea
2.Set the row-attribute in the textarea on any number
3.display the pae in the browser
Actual Results:
There is one row to much in the textarea
Expected Results:
There should be exactly the same number of rows as specified in the row-attribute
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 33654 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•