Closed
Bug 193296
Opened 22 years ago
Closed 22 years ago
textarea doesn't render correct with 1 row
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: luytent, Unassigned)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0; MyIE2)
Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3b) Gecko/20030210
If you create a textarea with the row=1, Mozilla renders it as 2 rows.
In the html 4.0 spec. I didn't find a minimum number of rows for this element.
Reproducible: Always
Steps to Reproduce:
1.simple form with: <textarea name="txt-tdsbkup" rows="1" cols="50"></textarea>
2.
3.
Actual Results:
IE en Opera render it correct.
Expected Results:
Make the height 1 row. Create small buttons to scroll in the textarea.
Updated•22 years ago
|
Whiteboard: DUPEME
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
Mozilla 1.3 still has this bug.
Comment 3•22 years ago
|
||
I believe that this bug is basically a duplicate of bug 33654. If bug 33654
becomes resolved, and this bug is not resolved, then please re-open this bug.
(It might also be a dup of slightly different bug, but I can't remember which one.)
-M
*** 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
•