Closed
Bug 237523
Opened 21 years ago
Closed 21 years ago
Textarea row=1 should look like textinput
Categories
(Core Graveyard :: GFX, defect)
Tracking
(Not tracked)
People
(Reporter: jabernet, Unassigned)
Details
Attachments
(1 file)
1.93 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113
A textarea seems always to have at least two rows, even if you specify only one
row. This is independant of wheter you specified any css for the input-fields.
Reproducible: Always
Steps to Reproduce:
Reporter | ||
Comment 1•21 years ago
|
||
How the textarea looks in IE and how it looks in Moz compared to how input
type="text" looks in those browsers.
Comment 2•21 years ago
|
||
Reporter | ||
Comment 3•21 years ago
|
||
We use that workaround right now "TEXTAREA[rows="1"] { line-height: 10px; }",
however this makes all scroolbars invisible, which seems the root of the
problem: there needs to be space for possible scrollbars.
Reporter | ||
Comment 4•21 years ago
|
||
Seems to be a
*** This bug has been marked as a duplicate of 33654 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•